.ChatWindow-module__ZqOeVW__chatWindow{background:var(--background);flex-direction:column;display:flex}.ChatWindow-module__ZqOeVW__chatWindow.ChatWindow-module__ZqOeVW__splitChatWindow{box-shadow:none;border:none;border-radius:0}.ChatWindow-module__ZqOeVW__chatWindow.ChatWindow-module__ZqOeVW__searchOnly{height:auto;box-shadow:none;border:none;border-radius:0;transition:all .3s}.ChatWindow-module__ZqOeVW__messagesContainer{flex-direction:column;gap:16px;padding:24px;display:flex}.ChatWindow-module__ZqOeVW__chatWindow.ChatWindow-module__ZqOeVW__splitChatWindow .ChatWindow-module__ZqOeVW__messagesContainer{padding:24px}.ChatWindow-module__ZqOeVW__message{animation:.3s ease-out ChatWindow-module__ZqOeVW__slideUp;display:flex}.ChatWindow-module__ZqOeVW__userMessage{justify-content:flex-end}.ChatWindow-module__ZqOeVW__assistantMessage{justify-content:flex-start}.ChatWindow-module__ZqOeVW__messageContent{border-radius:var(--radius-lg);word-wrap:break-word;max-width:70%;padding:12px 16px;font-size:15px;line-height:1.5}.ChatWindow-module__ZqOeVW__userMessage .ChatWindow-module__ZqOeVW__messageContent{background:var(--gray-lightest);color:var(--text-primary)}.ChatWindow-module__ZqOeVW__assistantMessage .ChatWindow-module__ZqOeVW__messageContent{color:var(--text-primary);background:0 0}.ChatWindow-module__ZqOeVW__formattedContent{flex-direction:column;gap:6px;display:flex}.ChatWindow-module__ZqOeVW__hotelItem{align-items:flex-start;gap:10px;margin:4px 0;display:flex}.ChatWindow-module__ZqOeVW__hotelNumber{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:600;display:flex}.ChatWindow-module__ZqOeVW__hotelName{color:var(--text-primary);font-weight:600}.ChatWindow-module__ZqOeVW__hotelDescription{color:var(--text-secondary);font-style:italic}.ChatWindow-module__ZqOeVW__boldText{color:var(--text-primary);font-weight:600}.ChatWindow-module__ZqOeVW__typingIndicator{gap:4px;padding:8px 0;display:flex}.ChatWindow-module__ZqOeVW__typingIndicator span{background:var(--text-secondary);border-radius:50%;width:8px;height:8px;animation:1.4s infinite ChatWindow-module__ZqOeVW__typing}.ChatWindow-module__ZqOeVW__typingIndicator span:nth-child(2){animation-delay:.2s}.ChatWindow-module__ZqOeVW__typingIndicator span:nth-child(3){animation-delay:.4s}@keyframes ChatWindow-module__ZqOeVW__typing{0%,60%,to{opacity:.7;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}@keyframes ChatWindow-module__ZqOeVW__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ChatWindow-module__ZqOeVW__inputContainer{background:var(--background);border-top:1px solid var(--border-light);padding:16px 24px}.ChatWindow-module__ZqOeVW__chatWindow.ChatWindow-module__ZqOeVW__searchOnly .ChatWindow-module__ZqOeVW__inputContainer{background:0 0;border-top:none;padding:0}.ChatWindow-module__ZqOeVW__chatWindow.ChatWindow-module__ZqOeVW__searchOnly .ChatWindow-module__ZqOeVW__inputForm{background:rgba(0,0,0,.05);border:none;border-radius:28px;align-items:center;gap:8px;width:100%;max-width:600px;margin:0 auto;padding:5px 5px 5px 20px;transition:all .2s;display:flex}.ChatWindow-module__ZqOeVW__chatWindow.ChatWindow-module__ZqOeVW__searchOnly .ChatWindow-module__ZqOeVW__inputForm:focus-within{background:rgba(0,0,0,.08);box-shadow:0 2px 8px rgba(0,0,0,.1)}.ChatWindow-module__ZqOeVW__chatWindow.ChatWindow-module__ZqOeVW__searchOnly .ChatWindow-module__ZqOeVW__input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;padding:12px 0;font-size:16px}.ChatWindow-module__ZqOeVW__inputForm{background:var(--surface);border:1px solid var(--border-light);border-radius:12px;align-items:center;gap:8px;width:100%;padding:8px 12px;transition:all .2s;display:flex}.ChatWindow-module__ZqOeVW__inputForm:focus-within{border-color:var(--text-primary);box-shadow:0 0 0 3px rgba(34,34,34,.05)}.ChatWindow-module__ZqOeVW__input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;padding:4px 0;font-size:15px}.ChatWindow-module__ZqOeVW__input::placeholder{color:var(--text-secondary);opacity:.6}.ChatWindow-module__ZqOeVW__input:disabled{opacity:.6;cursor:not-allowed}.ChatWindow-module__ZqOeVW__chatWindow.ChatWindow-module__ZqOeVW__searchOnly .ChatWindow-module__ZqOeVW__contentEditable{white-space:pre-wrap;word-wrap:break-word;min-height:20px;max-height:80px;overflow-y:auto}.ChatWindow-module__ZqOeVW__contentEditable{white-space:pre-wrap;word-wrap:break-word;min-height:18px;max-height:100px;overflow-y:auto}.ChatWindow-module__ZqOeVW__contentEditable:empty:before{content:attr(data-placeholder);color:var(--text-secondary);opacity:.6}.ChatWindow-module__ZqOeVW__contentEditable:focus:before,.ChatWindow-module__ZqOeVW__contentEditable:focus:after{content:""}.ChatWindow-module__ZqOeVW__chatWindow.ChatWindow-module__ZqOeVW__searchOnly .ChatWindow-module__ZqOeVW__contentEditable:empty:after{content:"|";color:var(--text-secondary);opacity:.6;margin-left:1px;animation:1s step-end infinite ChatWindow-module__ZqOeVW__blinkCursor}@keyframes ChatWindow-module__ZqOeVW__blinkCursor{0%,50%{opacity:.6}50.1%,to{opacity:0}}.ChatWindow-module__ZqOeVW__mention{background:rgba(var(--primary-rgb),.1);color:var(--primary);border-radius:4px;padding:2px 6px;font-weight:600}.ChatWindow-module__ZqOeVW__chatWindow.ChatWindow-module__ZqOeVW__searchOnly .ChatWindow-module__ZqOeVW__sendButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;transition:all .2s;display:flex}.ChatWindow-module__ZqOeVW__chatWindow.ChatWindow-module__ZqOeVW__searchOnly .ChatWindow-module__ZqOeVW__sendButton svg{width:18px;height:18px}.ChatWindow-module__ZqOeVW__sendButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;transition:all .2s;display:flex}.ChatWindow-module__ZqOeVW__sendButton:hover:not(:disabled){background:var(--primary-hover)}.ChatWindow-module__ZqOeVW__sendButton:disabled{opacity:.4;cursor:not-allowed}.ChatWindow-module__ZqOeVW__sendButton svg{width:16px;height:16px}.ChatWindow-module__ZqOeVW__autocompleteDropdown{border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);background:#fff;width:300px;max-height:200px;overflow-y:auto}.ChatWindow-module__ZqOeVW__autocompleteItem{cursor:pointer;border-bottom:1px solid var(--border-light);align-items:center;gap:8px;padding:12px 16px;transition:background .2s;display:flex}.ChatWindow-module__ZqOeVW__autocompleteItem:last-child{border-bottom:none}.ChatWindow-module__ZqOeVW__autocompleteItem:hover,.ChatWindow-module__ZqOeVW__autocompleteItemSelected{background:rgba(var(--primary-rgb),.1)}.ChatWindow-module__ZqOeVW__autocompleteDropdown .ChatWindow-module__ZqOeVW__hotelMention{color:var(--primary);font-size:14px;font-weight:600}.ChatWindow-module__ZqOeVW__autocompleteDropdown .ChatWindow-module__ZqOeVW__hotelName{color:var(--text-primary);font-size:14px}@media (max-width:768px){.ChatWindow-module__ZqOeVW__messagesContainer{gap:12px;padding:12px}.ChatWindow-module__ZqOeVW__message{margin-bottom:8px}.ChatWindow-module__ZqOeVW__messageContent{max-width:90%;padding:10px 14px;font-size:14px}.ChatWindow-module__ZqOeVW__inputContainer{padding:12px}.ChatWindow-module__ZqOeVW__chatWindow.ChatWindow-module__ZqOeVW__searchOnly .ChatWindow-module__ZqOeVW__inputForm{border-radius:24px;max-width:100%;padding:4px 4px 4px 16px}.ChatWindow-module__ZqOeVW__chatWindow.ChatWindow-module__ZqOeVW__searchOnly .ChatWindow-module__ZqOeVW__input{padding:10px 0;font-size:16px}.ChatWindow-module__ZqOeVW__chatWindow.ChatWindow-module__ZqOeVW__searchOnly .ChatWindow-module__ZqOeVW__sendButton{width:40px;min-width:40px;height:40px}.ChatWindow-module__ZqOeVW__chatWindow.ChatWindow-module__ZqOeVW__searchOnly .ChatWindow-module__ZqOeVW__sendButton svg{width:18px;height:18px}.ChatWindow-module__ZqOeVW__inputForm{padding:10px 12px}.ChatWindow-module__ZqOeVW__input{font-size:16px}.ChatWindow-module__ZqOeVW__sendButton{border-radius:8px;width:40px;min-width:40px;height:40px}.ChatWindow-module__ZqOeVW__sendButton svg{width:16px;height:16px}.ChatWindow-module__ZqOeVW__autocompleteDropdown{border-radius:12px;width:calc(100vw - 48px);max-width:320px;max-height:180px}.ChatWindow-module__ZqOeVW__autocompleteItem{min-height:48px;padding:12px 14px}.ChatWindow-module__ZqOeVW__hotelItem{flex-direction:column;align-items:flex-start;gap:8px;margin:6px 0}.ChatWindow-module__ZqOeVW__hotelNumber{width:24px;height:24px;font-size:13px}}@media (max-width:480px){.ChatWindow-module__ZqOeVW__messagesContainer{padding:10px}.ChatWindow-module__ZqOeVW__messageContent{max-width:92%;padding:9px 12px;font-size:13px}.ChatWindow-module__ZqOeVW__inputContainer{padding:10px}.ChatWindow-module__ZqOeVW__chatWindow.ChatWindow-module__ZqOeVW__searchOnly .ChatWindow-module__ZqOeVW__inputForm{padding:3px 3px 3px 14px}.ChatWindow-module__ZqOeVW__chatWindow.ChatWindow-module__ZqOeVW__searchOnly .ChatWindow-module__ZqOeVW__input{padding:9px 0;font-size:16px}.ChatWindow-module__ZqOeVW__inputForm{padding:9px 10px}.ChatWindow-module__ZqOeVW__autocompleteDropdown{width:calc(100vw - 32px);max-width:300px}}.ChatWindow-module__ZqOeVW__tableContainer{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border-light);margin:16px -20px;overflow-x:auto}.ChatWindow-module__ZqOeVW__comparisonTable{border-collapse:collapse;width:100%;font-size:14px}.ChatWindow-module__ZqOeVW__comparisonTable th{background:var(--gray-lightest);text-align:left;color:var(--text-primary);border-bottom:2px solid var(--border-light);z-index:1;padding:12px 16px;font-weight:600;position:-webkit-sticky;position:sticky;top:0}.ChatWindow-module__ZqOeVW__comparisonTable td{border-bottom:1px solid var(--border-light);color:var(--text-primary);padding:12px 16px}.ChatWindow-module__ZqOeVW__comparisonTable tr:last-child td{border-bottom:none}.ChatWindow-module__ZqOeVW__comparisonTable tr:hover{background:var(--gray-lightest)}.ChatWindow-module__ZqOeVW__comparisonTable th:first-child,.ChatWindow-module__ZqOeVW__comparisonTable td:first-child{background:var(--background);min-width:120px;font-weight:600;position:-webkit-sticky;position:sticky;left:0}.ChatWindow-module__ZqOeVW__comparisonTable th:first-child{background:var(--gray-lightest);z-index:2}@media (max-width:768px){.ChatWindow-module__ZqOeVW__tableContainer{border-radius:0;width:calc(100% + 32px);margin:12px -16px}.ChatWindow-module__ZqOeVW__comparisonTable{font-size:12px}.ChatWindow-module__ZqOeVW__comparisonTable th,.ChatWindow-module__ZqOeVW__comparisonTable td{padding:8px 12px}.ChatWindow-module__ZqOeVW__comparisonTable th:first-child,.ChatWindow-module__ZqOeVW__comparisonTable td:first-child{min-width:100px}}
.HotelCard-module__tpjQ8W__hotelCard{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border-light);cursor:pointer;box-sizing:border-box;width:100%;transition:all .2s;overflow:hidden}.HotelCard-module__tpjQ8W__hotelCard:hover{box-shadow:var(--shadow-lg);border-color:var(--border);transform:translateY(-2px)}.HotelCard-module__tpjQ8W__imageContainer{width:100%;height:180px;position:relative;overflow:hidden}.HotelCard-module__tpjQ8W__image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.HotelCard-module__tpjQ8W__hotelCard:hover .HotelCard-module__tpjQ8W__image{transform:scale(1.05)}.HotelCard-module__tpjQ8W__hotelNumber{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:600;display:flex;position:absolute;top:12px;left:12px;box-shadow:0 2px 8px rgba(0,0,0,.2)}.HotelCard-module__tpjQ8W__distanceBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;align-items:center;gap:4px;padding:6px 10px;font-size:12px;font-weight:600;display:flex;position:absolute;bottom:12px;right:12px;box-shadow:0 2px 8px rgba(0,0,0,.2)}.HotelCard-module__tpjQ8W__distanceClose{color:#fff;background:rgba(34,197,94,.95)}.HotelCard-module__tpjQ8W__distanceMedium{color:rgba(0,0,0,.8);background:rgba(251,191,36,.95)}.HotelCard-module__tpjQ8W__distanceFar{color:#fff;background:rgba(59,130,246,.95)}.HotelCard-module__tpjQ8W__content{padding:16px}.HotelCard-module__tpjQ8W__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px;display:flex}.HotelCard-module__tpjQ8W__hotelName{color:var(--text-primary);word-wrap:break-word;overflow-wrap:break-word;flex:1;margin:0;font-size:15px;font-weight:600;line-height:1.3}.HotelCard-module__tpjQ8W__rating{flex-shrink:0;align-items:center;gap:4px;display:flex}.HotelCard-module__tpjQ8W__ratingValue{background:var(--text-primary);color:var(--background);border-radius:4px;padding:2px 6px;font-size:12px;font-weight:600}.HotelCard-module__tpjQ8W__location{color:var(--text-secondary);align-items:center;gap:6px;margin-bottom:12px;font-size:13px;display:flex;overflow:hidden}.HotelCard-module__tpjQ8W__location svg{flex-shrink:0}.HotelCard-module__tpjQ8W__footer{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;display:flex}.HotelCard-module__tpjQ8W__price{align-items:baseline;gap:2px;display:flex}.HotelCard-module__tpjQ8W__priceAmount{color:var(--text-primary);font-size:17px;font-weight:600}.HotelCard-module__tpjQ8W__priceUnit{color:var(--text-secondary);font-size:14px}.HotelCard-module__tpjQ8W__compareButton{background:var(--background);color:var(--text-primary);border:1px solid var(--border-light);cursor:pointer;white-space:nowrap;border-radius:6px;flex-shrink:0;align-items:center;gap:6px;max-width:100%;padding:8px 12px;font-size:12px;font-weight:500;transition:all .2s;display:flex;overflow:hidden}.HotelCard-module__tpjQ8W__compareButton:hover{border-color:var(--primary);background:var(--gray-lightest);color:var(--primary)}.HotelCard-module__tpjQ8W__compareButton:active{transform:translateY(.5px)}.HotelCard-module__tpjQ8W__compareButtonSelected{background:var(--primary);color:#fff;border-color:var(--primary)}.HotelCard-module__tpjQ8W__compareButtonSelected:hover{background:var(--primary);border-color:var(--primary);color:#fff;opacity:.9}.HotelCard-module__tpjQ8W__compareButton:disabled{cursor:not-allowed;opacity:.8}@media (max-width:768px){.HotelCard-module__tpjQ8W__hotelCard{border-radius:12px}.HotelCard-module__tpjQ8W__imageContainer{height:180px}.HotelCard-module__tpjQ8W__content{padding:14px}.HotelCard-module__tpjQ8W__hotelName{font-size:16px;line-height:1.4}.HotelCard-module__tpjQ8W__hotelNumber{width:30px;height:30px;font-size:15px;top:10px;left:10px}.HotelCard-module__tpjQ8W__distanceBadge{padding:5px 9px;font-size:11px;bottom:10px;right:10px}.HotelCard-module__tpjQ8W__location{margin-bottom:10px;font-size:13px}.HotelCard-module__tpjQ8W__rating{gap:3px}.HotelCard-module__tpjQ8W__ratingValue{padding:3px 7px;font-size:12px}.HotelCard-module__tpjQ8W__footer{gap:10px;margin-top:12px}.HotelCard-module__tpjQ8W__priceAmount{font-size:17px}.HotelCard-module__tpjQ8W__priceUnit{font-size:13px}.HotelCard-module__tpjQ8W__compareButton{border-radius:6px;min-height:36px;padding:8px 12px;font-size:12px}}@media (max-width:480px){.HotelCard-module__tpjQ8W__hotelCard{border-radius:10px}.HotelCard-module__tpjQ8W__imageContainer{height:160px}.HotelCard-module__tpjQ8W__content{padding:12px}.HotelCard-module__tpjQ8W__hotelName{font-size:15px}.HotelCard-module__tpjQ8W__hotelNumber{width:28px;height:28px;font-size:14px}.HotelCard-module__tpjQ8W__location{font-size:12px}.HotelCard-module__tpjQ8W__priceAmount{font-size:16px}.HotelCard-module__tpjQ8W__compareButton{padding:7px 10px;font-size:11px}}
.HotelResultsPanel-module__NqcbdG__resultsPanel{background:var(--background);box-sizing:border-box;flex-direction:column;width:100%;height:100%;max-height:100%;animation:.4s ease-out HotelResultsPanel-module__NqcbdG__fadeIn;display:flex;overflow:hidden}.HotelResultsPanel-module__NqcbdG__locationHeader{border-bottom:1px solid var(--border-light);color:var(--text-secondary);background:linear-gradient(135deg,rgba(99,102,241,.1) 0%,rgba(139,92,246,.1) 100%);align-items:center;gap:8px;padding:12px 24px;font-size:14px;line-height:1.4;display:flex}.HotelResultsPanel-module__NqcbdG__locationHeader svg{color:var(--primary);flex-shrink:0}.HotelResultsPanel-module__NqcbdG__locationHeader strong{color:var(--text-primary);font-weight:600}.HotelResultsPanel-module__NqcbdG__loadingProgress{padding:20px 24px}.HotelResultsPanel-module__NqcbdG__progressBar{background:var(--gray-lightest);border-radius:2px;width:100%;height:3px;margin-bottom:8px;overflow:hidden}.HotelResultsPanel-module__NqcbdG__progressFill{background:linear-gradient(90deg,var(--primary)0%,var(--secondary)100%);border-radius:2px;height:100%;animation:2s ease-in-out infinite HotelResultsPanel-module__NqcbdG__progressAnimation}@keyframes HotelResultsPanel-module__NqcbdG__progressAnimation{0%{width:0%;transform:translate(0)}50%{width:60%;transform:translate(0)}to{width:100%;transform:translate(0)}}.HotelResultsPanel-module__NqcbdG__loadingText{color:var(--text-secondary);margin:0;font-size:13px;animation:1.5s ease-in-out infinite HotelResultsPanel-module__NqcbdG__pulse}.HotelResultsPanel-module__NqcbdG__hotelsGrid{box-sizing:border-box;flex:1;grid-template-columns:1fr 1fr;align-content:start;gap:16px;width:100%;min-height:0;padding:16px 24px 16px 16px;display:grid;overflow-x:hidden;overflow-y:auto}.HotelResultsPanel-module__NqcbdG__hotelCardWrapper{animation:.5s ease-out both HotelResultsPanel-module__NqcbdG__slideIn}.HotelResultsPanel-module__NqcbdG__footer{border-top:1px solid var(--border-light);background:var(--gray-lightest);flex-shrink:0;padding:16px 24px;animation:.6s ease-out .2s both HotelResultsPanel-module__NqcbdG__slideIn}.HotelResultsPanel-module__NqcbdG__footerText{color:var(--text-secondary);text-align:center;margin:0;font-size:13px}.HotelResultsPanel-module__NqcbdG__loadingGrid{box-sizing:border-box;flex:1;grid-template-columns:1fr 1fr;align-content:start;gap:16px;width:100%;min-height:0;padding:16px 24px 16px 16px;display:grid;overflow-x:hidden;overflow-y:auto}.HotelResultsPanel-module__NqcbdG__loadingSkeleton{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border-light);animation:.5s ease-out both HotelResultsPanel-module__NqcbdG__slideIn;overflow:hidden}.HotelResultsPanel-module__NqcbdG__skeletonImage{background:linear-gradient(90deg,var(--gray-lightest)0%,var(--gray-lighter)50%,var(--gray-lightest)100%);background-size:200% 100%;width:100%;height:200px;animation:1.5s infinite HotelResultsPanel-module__NqcbdG__shimmer}.HotelResultsPanel-module__NqcbdG__skeletonContent{padding:16px}.HotelResultsPanel-module__NqcbdG__skeletonTitle{background:linear-gradient(90deg,var(--gray-lightest)0%,var(--gray-lighter)50%,var(--gray-lightest)100%);background-size:200% 100%;border-radius:4px;height:20px;margin-bottom:12px;animation:1.5s infinite HotelResultsPanel-module__NqcbdG__shimmer}.HotelResultsPanel-module__NqcbdG__skeletonText{background:linear-gradient(90deg,var(--gray-lightest)0%,var(--gray-lighter)50%,var(--gray-lightest)100%);background-size:200% 100%;border-radius:4px;height:14px;margin-bottom:8px;animation:1.5s infinite HotelResultsPanel-module__NqcbdG__shimmer}.HotelResultsPanel-module__NqcbdG__skeletonText:last-of-type{width:70%}.HotelResultsPanel-module__NqcbdG__skeletonPrice{background:linear-gradient(90deg,var(--gray-lightest)0%,var(--gray-lighter)50%,var(--gray-lightest)100%);background-size:200% 100%;border-radius:4px;width:80px;height:16px;margin-top:16px;animation:1.5s infinite HotelResultsPanel-module__NqcbdG__shimmer}@keyframes HotelResultsPanel-module__NqcbdG__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.HotelResultsPanel-module__NqcbdG__emptyState{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:48px 24px;animation:.5s ease-out .2s both HotelResultsPanel-module__NqcbdG__fadeIn;display:flex}.HotelResultsPanel-module__NqcbdG__emptyIcon{margin-bottom:16px;font-size:48px;animation:3s ease-in-out infinite HotelResultsPanel-module__NqcbdG__float}.HotelResultsPanel-module__NqcbdG__emptyState h3{color:var(--text-primary);margin:0 0 8px;font-size:20px;font-weight:600}.HotelResultsPanel-module__NqcbdG__emptyState p{color:var(--text-secondary);max-width:400px;margin:0 0 16px;font-size:16px;line-height:1.5}.HotelResultsPanel-module__NqcbdG__emptySuggestions{background:var(--gray-lightest);border-radius:var(--radius-md);text-align:left;max-width:300px;padding:16px}.HotelResultsPanel-module__NqcbdG__emptySuggestions p{color:var(--text-primary);margin:0 0 8px;font-size:14px;font-weight:600}.HotelResultsPanel-module__NqcbdG__emptySuggestions ul{color:var(--text-secondary);margin:0;padding-left:16px;font-size:13px;line-height:1.4}.HotelResultsPanel-module__NqcbdG__emptySuggestions li{margin-bottom:4px}@keyframes HotelResultsPanel-module__NqcbdG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes HotelResultsPanel-module__NqcbdG__slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes HotelResultsPanel-module__NqcbdG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes HotelResultsPanel-module__NqcbdG__pulse{0%,to{opacity:1}50%{opacity:.7}}.HotelResultsPanel-module__NqcbdG__hotelsGrid::-webkit-scrollbar{width:8px}.HotelResultsPanel-module__NqcbdG__loadingGrid::-webkit-scrollbar{width:8px}.HotelResultsPanel-module__NqcbdG__hotelsGrid::-webkit-scrollbar-track{background:var(--gray-lightest);border-radius:4px}.HotelResultsPanel-module__NqcbdG__loadingGrid::-webkit-scrollbar-track{background:var(--gray-lightest);border-radius:4px}.HotelResultsPanel-module__NqcbdG__hotelsGrid::-webkit-scrollbar-thumb{background:var(--gray-lighter);border-radius:4px}.HotelResultsPanel-module__NqcbdG__loadingGrid::-webkit-scrollbar-thumb{background:var(--gray-lighter);border-radius:4px}.HotelResultsPanel-module__NqcbdG__hotelsGrid::-webkit-scrollbar-thumb:hover{background:var(--gray-light)}.HotelResultsPanel-module__NqcbdG__loadingGrid::-webkit-scrollbar-thumb:hover{background:var(--gray-light)}.HotelResultsPanel-module__NqcbdG__loadMoreSection{border-top:1px solid var(--border-light);background:var(--surface);padding:16px 24px}.HotelResultsPanel-module__NqcbdG__loadMoreButton{background:var(--background);width:100%;color:var(--text-primary);border:1.5px solid var(--border-light);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:14px 20px;font-size:15px;font-weight:500;transition:all .2s;display:flex;box-shadow:0 1px 3px rgba(0,0,0,.05)}.HotelResultsPanel-module__NqcbdG__loadMoreButton:hover{border-color:var(--primary);background:var(--gray-lightest);box-shadow:0 2px 8px rgba(0,0,0,.1)}.HotelResultsPanel-module__NqcbdG__loadMoreButton:active{transform:translateY(.5px);box-shadow:0 1px 3px rgba(0,0,0,.1)}.HotelResultsPanel-module__NqcbdG__loadMoreButton:disabled{cursor:not-allowed;background:var(--gray-lightest);border-color:var(--border-light);color:var(--text-secondary);box-shadow:none}.HotelResultsPanel-module__NqcbdG__loadingSpinner{border:2px solid transparent;border-top-color:currentColor;border-radius:50%;width:16px;height:16px;animation:1s linear infinite HotelResultsPanel-module__NqcbdG__spin}@keyframes HotelResultsPanel-module__NqcbdG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.HotelResultsPanel-module__NqcbdG__resultsPanel{border-radius:12px}.HotelResultsPanel-module__NqcbdG__locationHeader{padding:12px 16px;font-size:13px}.HotelResultsPanel-module__NqcbdG__loadingProgress{padding:16px}.HotelResultsPanel-module__NqcbdG__hotelsGrid,.HotelResultsPanel-module__NqcbdG__loadingGrid{grid-template-columns:1fr;gap:16px;padding:12px 16px}.HotelResultsPanel-module__NqcbdG__footer{padding:12px 16px}.HotelResultsPanel-module__NqcbdG__footerText{font-size:12px}.HotelResultsPanel-module__NqcbdG__emptyState{padding:32px 16px}.HotelResultsPanel-module__NqcbdG__emptyIcon{margin-bottom:12px;font-size:40px}.HotelResultsPanel-module__NqcbdG__emptyState h3{font-size:18px}.HotelResultsPanel-module__NqcbdG__emptyState p{font-size:15px}.HotelResultsPanel-module__NqcbdG__emptySuggestions{padding:14px;font-size:13px}.HotelResultsPanel-module__NqcbdG__loadMoreSection{padding:12px 16px}.HotelResultsPanel-module__NqcbdG__loadMoreButton{width:100%;min-height:44px;padding:12px 18px;font-size:14px}}@media (max-width:480px){.HotelResultsPanel-module__NqcbdG__resultsPanel{border-radius:10px}.HotelResultsPanel-module__NqcbdG__locationHeader{padding:10px 12px;font-size:12px}.HotelResultsPanel-module__NqcbdG__hotelsGrid,.HotelResultsPanel-module__NqcbdG__loadingGrid{gap:12px;padding:10px 12px}.HotelResultsPanel-module__NqcbdG__footer{padding:10px 12px}.HotelResultsPanel-module__NqcbdG__emptyState{padding:24px 12px}.HotelResultsPanel-module__NqcbdG__emptyIcon{font-size:36px}.HotelResultsPanel-module__NqcbdG__emptyState h3{font-size:16px}.HotelResultsPanel-module__NqcbdG__emptyState p{font-size:14px}.HotelResultsPanel-module__NqcbdG__loadMoreSection{padding:10px 12px}.HotelResultsPanel-module__NqcbdG__loadMoreButton{padding:11px 16px;font-size:13px}}
.page-module__S0uAuW__pageWrapper{background:var(--background);flex-direction:column;min-height:100vh;display:flex}.page-module__S0uAuW__header{background:var(--background);border-bottom:1px solid var(--border-light);z-index:100;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 8px rgba(0,0,0,.06)}.page-module__S0uAuW__nav{max-width:var(--max-width);justify-content:space-between;align-items:center;height:64px;margin:0 auto;padding:0 24px;display:flex}.page-module__S0uAuW__navLogo{align-items:center;display:flex}.page-module__S0uAuW__headerLogo{max-width:100%;height:auto;transition:opacity .2s}.page-module__S0uAuW__headerLogo:hover{opacity:.8}.page-module__S0uAuW__navLinks{align-items:center;gap:32px;display:flex}.page-module__S0uAuW__navLink{color:var(--text-primary);font-size:15px;font-weight:500;text-decoration:none;transition:color .2s}.page-module__S0uAuW__navLink:hover{color:var(--primary)}.page-module__S0uAuW__mobileMenuButton{cursor:pointer;color:var(--text-primary);background:0 0;border:none;padding:8px;transition:color .2s;display:none}.page-module__S0uAuW__mobileMenuButton:hover{color:var(--primary)}.page-module__S0uAuW__mobileMenu{background:var(--background);border-top:1px solid var(--border-light);display:none;box-shadow:0 4px 8px rgba(0,0,0,.1)}.page-module__S0uAuW__mobileMenuLink{color:var(--text-primary);border-bottom:1px solid var(--border-light);padding:16px 24px;font-size:15px;font-weight:500;text-decoration:none;transition:background .2s;display:block}.page-module__S0uAuW__mobileMenuLink:last-child{border-bottom:none}.page-module__S0uAuW__mobileMenuLink:hover{background:var(--gray-lightest);color:var(--primary)}.page-module__S0uAuW__main{flex:1;height:100vh;padding-top:64px;overflow-x:hidden;overflow-y:scroll}.page-module__S0uAuW__container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.page-module__S0uAuW__initialLayout{flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 64px);padding:80px 0;display:flex}.page-module__S0uAuW__logoSection{margin-bottom:32px}.page-module__S0uAuW__logo{max-width:100%;height:auto}.page-module__S0uAuW__sloganSection{text-align:center;margin-bottom:48px}.page-module__S0uAuW__slogan{color:var(--text-secondary);margin:0;font-size:24px;font-weight:500;line-height:1.4}.page-module__S0uAuW__searchSection{width:100%;max-width:600px}.page-module__S0uAuW__splitLayout{min-height:calc(100vh - 64px);padding-bottom:120px}.page-module__S0uAuW__chatColumn{background:var(--background);max-width:900px;margin-right:calc(min(40vw,700px) + 32px)}.page-module__S0uAuW__splitChatWindow{box-shadow:none;border:none;border-radius:0}.page-module__S0uAuW__fixedInputWrapper{z-index:9999;background:linear-gradient(to top,var(--background)70%,rgba(255,255,255,0) 100%);pointer-events:none;padding:32px 24px 16px;position:fixed;bottom:0;left:0;right:calc(min(40vw,700px) + 16px)}.page-module__S0uAuW__fixedInputWrapper>*{pointer-events:auto}.page-module__S0uAuW__resultsColumn{background:var(--background);border:1px solid var(--border-light);border-radius:var(--radius-lg);width:min(40vw,700px);min-width:520px;box-shadow:var(--shadow-xl);z-index:50;position:fixed;top:84px;bottom:20px;right:16px;overflow:hidden}@keyframes page-module__S0uAuW__fadeIn{0%{opacity:0}to{opacity:1}}.page-module__S0uAuW__resultsColumn.page-module__S0uAuW__loading{opacity:.9}@media (max-width:1100px){.page-module__S0uAuW__splitLayout{padding-bottom:140px}.page-module__S0uAuW__chatColumn{max-width:100%;margin-right:0}.page-module__S0uAuW__fixedInputWrapper{background:linear-gradient(to top,var(--background)80%,rgba(255,255,255,0) 100%);padding:20px 16px 16px;bottom:0;left:0;right:0}.page-module__S0uAuW__resultsColumn{border-radius:var(--radius-md);width:100%;min-width:auto;max-height:600px;margin:16px 0;position:relative;top:auto;bottom:auto;right:auto;overflow-y:auto}}@media (max-width:768px){.page-module__S0uAuW__nav{height:56px;padding:0 16px}.page-module__S0uAuW__header{box-shadow:0 1px 4px rgba(0,0,0,.08)}.page-module__S0uAuW__navLinks{display:none}.page-module__S0uAuW__mobileMenuButton{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:flex}.page-module__S0uAuW__mobileMenu{display:block}.page-module__S0uAuW__mobileMenuLink{padding:14px 16px;font-size:14px}.page-module__S0uAuW__main{padding-top:56px}.page-module__S0uAuW__container{padding:0 16px}.page-module__S0uAuW__splitLayout{min-height:calc(100vh - 56px);padding-bottom:130px}.page-module__S0uAuW__fixedInputWrapper{padding:16px 12px 12px}.page-module__S0uAuW__resultsColumn{max-height:500px;margin:12px 0}.page-module__S0uAuW__slogan{font-size:18px}.page-module__S0uAuW__initialLayout{min-height:calc(100vh - 56px)}}@media (max-width:480px){.page-module__S0uAuW__nav{padding:0 12px}.page-module__S0uAuW__navLinks{gap:8px}.page-module__S0uAuW__navLink{padding:8px 6px;font-size:12px}.page-module__S0uAuW__headerLogo{width:85px;height:28px}.page-module__S0uAuW__container{padding:0 12px}.page-module__S0uAuW__splitLayout{padding-bottom:120px}.page-module__S0uAuW__fixedInputWrapper{padding:12px 8px 8px}.page-module__S0uAuW__resultsColumn{max-height:450px;margin:8px 0}.page-module__S0uAuW__logo{width:220px}.page-module__S0uAuW__slogan{font-size:16px}}@media (max-width:360px){.page-module__S0uAuW__navLink{padding:6px 4px;font-size:11px}.page-module__S0uAuW__headerLogo{width:75px;height:25px}}
.page-module__E0kJGG__pageWrapper{background:var(--background);flex-direction:column;min-height:100vh;display:flex}.page-module__E0kJGG__header{background:var(--background);border-bottom:1px solid var(--border-light);z-index:100;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 8px rgba(0,0,0,.06)}.page-module__E0kJGG__nav{max-width:var(--max-width);justify-content:space-between;align-items:center;height:64px;margin:0 auto;padding:0 24px;display:flex}.page-module__E0kJGG__navLogo{align-items:center;display:flex}.page-module__E0kJGG__headerLogo{max-width:100%;height:auto;transition:opacity .2s}.page-module__E0kJGG__headerLogo:hover{opacity:.8}.page-module__E0kJGG__navLinks{align-items:center;gap:32px;display:flex}.page-module__E0kJGG__navLink{color:var(--text-primary);font-size:15px;font-weight:500;text-decoration:none;transition:color .2s}.page-module__E0kJGG__navLink:hover{color:var(--primary)}.page-module__E0kJGG__mobileMenuButton{cursor:pointer;color:var(--text-primary);background:0 0;border:none;padding:8px;transition:color .2s;display:none}.page-module__E0kJGG__mobileMenuButton:hover{color:var(--primary)}.page-module__E0kJGG__mobileMenu{background:var(--background);border-top:1px solid var(--border-light);display:none;box-shadow:0 4px 8px rgba(0,0,0,.1)}.page-module__E0kJGG__mobileMenuLink{color:var(--text-primary);border-bottom:1px solid var(--border-light);padding:16px 24px;font-size:15px;font-weight:500;text-decoration:none;transition:background .2s;display:block}.page-module__E0kJGG__mobileMenuLink:last-child{border-bottom:none}.page-module__E0kJGG__mobileMenuLink:hover{background:var(--gray-lightest);color:var(--primary)}.page-module__E0kJGG__main{background:var(--background);flex:1;padding:64px 24px 0;transition:all .3s}.page-module__E0kJGG__container{max-width:var(--max-width);height:100%;margin:0 auto}.page-module__E0kJGG__initialLayout{flex-direction:column;justify-content:center;align-items:center;height:100%;padding:80px 0;animation:.6s ease-out page-module__E0kJGG__fadeIn;display:flex}.page-module__E0kJGG__logoSection{margin-bottom:32px;animation:.7s ease-out page-module__E0kJGG__slideIn}.page-module__E0kJGG__logo{max-width:100%;height:auto}.page-module__E0kJGG__sloganSection{text-align:center;margin-bottom:48px;animation:.7s ease-out .1s both page-module__E0kJGG__slideIn}.page-module__E0kJGG__slogan{color:var(--text-secondary);margin:0;font-size:24px;font-weight:500;line-height:1.4}.page-module__E0kJGG__searchSection{width:100%;max-width:600px;animation:.7s ease-out .2s both page-module__E0kJGG__slideIn}.page-module__E0kJGG__disclaimer{text-align:center;color:var(--text-secondary);background:rgba(67,187,22,.08);border:1px solid rgba(67,187,22,.2);border-radius:20px;justify-content:center;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;margin-top:16px;margin-left:auto;margin-right:auto;padding:8px 16px;font-size:13px;animation:.8s ease-out .4s both page-module__E0kJGG__fadeIn;display:flex}.page-module__E0kJGG__disclaimerIcon{font-size:14px;line-height:1}.page-module__E0kJGG__footer{background:var(--gray-lightest);border-top:1px solid var(--border-light);margin-top:auto;padding:40px 0}.page-module__E0kJGG__footerContent{max-width:var(--max-width);text-align:center;flex-direction:column;align-items:center;gap:24px;margin:0 auto;padding:0 24px;display:flex}.page-module__E0kJGG__footerLogo{opacity:.8}.page-module__E0kJGG__footerLogoImage{max-width:100%;height:auto}.page-module__E0kJGG__footerLinks{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.page-module__E0kJGG__footerLink{color:var(--text-secondary);font-size:14px;text-decoration:none;transition:color .2s}.page-module__E0kJGG__footerLink:hover{color:var(--text-primary)}.page-module__E0kJGG__copyright{color:var(--text-light);font-size:13px}.page-module__E0kJGG__splitLayout{flex-direction:column;min-height:calc(100vh - 64px);padding-right:min(35vw,600px);animation:.4s ease-out page-module__E0kJGG__slideIn;display:flex}.page-module__E0kJGG__chatColumn{background:var(--background);flex:1;width:100%;animation:.5s ease-out page-module__E0kJGG__slideIn}.page-module__E0kJGG__splitChatWindow{box-shadow:none;border:none;border-radius:0;height:auto;animation:.5s ease-out .2s both page-module__E0kJGG__slideIn}.page-module__E0kJGG__resultsColumn{background:var(--background);border:1px solid var(--border-light);border-radius:var(--radius-lg);width:min(33vw,580px);min-width:480px;max-height:calc(100vh - 124px);box-shadow:var(--shadow-xl);z-index:50;box-sizing:border-box;padding-bottom:20px;transition:bottom .3s,max-height .3s;animation:.5s ease-out .3s both page-module__E0kJGG__slideIn;position:fixed;top:84px;bottom:20px;right:16px;overflow:hidden}@keyframes page-module__E0kJGG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes page-module__E0kJGG__slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-module__E0kJGG__main.page-module__E0kJGG__loading{cursor:wait}.page-module__E0kJGG__chatColumn.page-module__E0kJGG__loading,.page-module__E0kJGG__resultsColumn.page-module__E0kJGG__loading{opacity:.9}@media (max-width:1100px){.page-module__E0kJGG__splitLayout{min-height:calc(100vh - 64px);padding-right:0}.page-module__E0kJGG__resultsColumn{border-radius:var(--radius-lg);width:100%;min-width:auto;max-height:500px;margin-top:24px;margin-bottom:24px;position:relative;top:auto;bottom:auto;right:auto}}@media (max-width:1400px){.page-module__E0kJGG__splitLayout{padding-right:min(37vw,550px)}.page-module__E0kJGG__resultsColumn{width:min(35vw,530px);min-width:450px;max-height:calc(100vh - 124px);bottom:20px}}@media (max-width:768px){.page-module__E0kJGG__nav{height:56px;padding:0 16px}.page-module__E0kJGG__navLinks{display:none}.page-module__E0kJGG__mobileMenuButton{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:flex}.page-module__E0kJGG__mobileMenu{display:block}.page-module__E0kJGG__mobileMenuLink{padding:14px 16px;font-size:14px}.page-module__E0kJGG__headerLogo{width:100px;height:33px}.page-module__E0kJGG__main{padding:56px 16px 0}.page-module__E0kJGG__initialLayout{min-height:calc(100vh - 56px);padding:32px 0}.page-module__E0kJGG__logoSection{margin-bottom:24px}.page-module__E0kJGG__sloganSection{margin-bottom:32px}.page-module__E0kJGG__slogan{padding:0 16px;font-size:18px}.page-module__E0kJGG__searchSection{max-width:100%;padding:0 8px}.page-module__E0kJGG__disclaimer{margin-top:12px;padding:6px 12px;font-size:12px}.page-module__E0kJGG__disclaimerIcon{font-size:13px}.page-module__E0kJGG__footerContent{gap:20px;padding:0 16px}.page-module__E0kJGG__footerLinks{flex-direction:column;align-items:center;gap:16px}.page-module__E0kJGG__footer{padding:32px 0}}@media (max-width:480px){.page-module__E0kJGG__nav{height:56px;padding:0 12px}.page-module__E0kJGG__navLinks{gap:8px}.page-module__E0kJGG__navLink{padding:8px 6px;font-size:12px}.page-module__E0kJGG__headerLogo{width:85px;height:28px}.page-module__E0kJGG__main{padding:0 12px}.page-module__E0kJGG__initialLayout{padding:24px 0}.page-module__E0kJGG__logoSection{margin-bottom:20px}.page-module__E0kJGG__logo{width:220px;height:auto}.page-module__E0kJGG__sloganSection{margin-bottom:28px}.page-module__E0kJGG__slogan{padding:0 12px;font-size:16px}.page-module__E0kJGG__searchSection{padding:0}.page-module__E0kJGG__disclaimer{padding:5px 10px;font-size:11px}.page-module__E0kJGG__footerContent{padding:0 12px}.page-module__E0kJGG__footerLinks{gap:12px}.page-module__E0kJGG__footer{padding:24px 0}}@media (max-width:360px){.page-module__E0kJGG__navLink{padding:6px 4px;font-size:11px}.page-module__E0kJGG__headerLogo{width:75px;height:25px}.page-module__E0kJGG__logo{width:180px}.page-module__E0kJGG__slogan{font-size:15px}}.page-module__E0kJGG__container *{transition:opacity .2s,transform .2s}.page-module__E0kJGG__chatColumn:has(.page-module__E0kJGG__splitChatWindow.page-module__E0kJGG__loading){opacity:.95}.page-module__E0kJGG__resultsColumn.page-module__E0kJGG__loading{opacity:.95}.page-module__E0kJGG__chatColumn:focus-within{background:rgba(255,255,255,.02)}.page-module__E0kJGG__chatHeader:hover{background:var(--gray-lightest);transition:background .2s}
