.HotelCard-module__GkURCa__card{background-color:var(--bg-color);border:1px solid var(--border-color);cursor:pointer;border-radius:12px;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0003}.HotelCard-module__GkURCa__card:hover{box-shadow:0 20px 40px #00000080,0 0 20px rgba(var(--accent-rgb),.1);border-color:var(--accent-primary);transform:translateY(-4px)scale(1.01)}.HotelCard-module__GkURCa__card:active{transform:translateY(-2px)scale(.99)}.HotelCard-module__GkURCa__imageContainer{width:100%;height:240px;position:relative}.HotelCard-module__GkURCa__image{object-fit:cover;width:100%;height:100%}.HotelCard-module__GkURCa__badge{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;left:1rem}.HotelCard-module__GkURCa__badgeGreen{color:#fff;background-color:#2e7d32e6}.HotelCard-module__GkURCa__badgeRed{color:#fff;background-color:#c62828e6}.HotelCard-module__GkURCa__badgeSpecialist{background-color:var(--accent-primary);color:#000;font-weight:700;top:3.2rem;right:1rem}.HotelCard-module__GkURCa__content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.HotelCard-module__GkURCa__headerRow{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;display:flex}.HotelCard-module__GkURCa__title{font-family:var(--font-heading);color:var(--text-color);margin:0;font-size:1.25rem;line-height:1.2}.HotelCard-module__GkURCa__ratingInfo{align-items:center;gap:.5rem;display:flex}.HotelCard-module__GkURCa__ratingText{color:var(--text-muted);font-size:.85rem;font-weight:600}.HotelCard-module__GkURCa__ratingBadge{color:#000;background:var(--accent-primary);border-radius:4px;align-items:center;padding:.25rem .5rem;font-weight:600;transition:all .2s;display:flex;position:relative}.HotelCard-module__GkURCa__ratingBadge:hover{background:var(--accent-light);transform:scale(1.05)}.HotelCard-module__GkURCa__reviewPopup{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(var(--accent-rgb),.3);z-index:100;pointer-events:auto;background:#1a1a1ae6;border-radius:12px;flex-direction:column;width:300px;max-height:400px;padding:1rem;animation:.2s ease-out HotelCard-module__GkURCa__fadeInScale;display:flex;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 10px 30px #00000080}.HotelCard-module__GkURCa__reviewList{flex:1;margin-bottom:.5rem;padding-right:8px;overflow-y:auto}.HotelCard-module__GkURCa__reviewList::-webkit-scrollbar{width:4px}.HotelCard-module__GkURCa__reviewList::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.HotelCard-module__GkURCa__reviewList::-webkit-scrollbar-thumb{background:rgba(var(--accent-rgb),.3);border-radius:10px}.HotelCard-module__GkURCa__reviewList::-webkit-scrollbar-thumb:hover{background:rgba(var(--accent-rgb),.5)}.HotelCard-module__GkURCa__reviewPopup:before{content:"";border-top:1px solid rgba(var(--accent-rgb),.3);border-left:1px solid rgba(var(--accent-rgb),.3);background:#1a1a1ae6;width:12px;height:12px;position:absolute;top:-6px;right:20px;transform:rotate(45deg)}.HotelCard-module__GkURCa__reviewPopupTitle{color:var(--accent-primary);justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.9rem;font-weight:700;display:flex}.HotelCard-module__GkURCa__reviewsList{max-height:280px;margin-top:.5rem;padding:0 .5rem;overflow-y:auto}.HotelCard-module__GkURCa__reviewsList::-webkit-scrollbar{width:4px}.HotelCard-module__GkURCa__reviewsList::-webkit-scrollbar-track{background:#ffffff0d}.HotelCard-module__GkURCa__reviewsList::-webkit-scrollbar-thumb{background:var(--accent-primary);border-radius:2px}.HotelCard-module__GkURCa__reviewItem{cursor:pointer;border-bottom:1px solid #ffffff1a;border-radius:6px;margin-bottom:.5rem;padding:.75rem 0;transition:background .2s}.HotelCard-module__GkURCa__reviewItem:last-child{border-bottom:none;margin-bottom:0}.HotelCard-module__GkURCa__seeMoreBtn{background:var(--accent-primary);width:100%;color:var(--background-dark,#0a0a0a);cursor:pointer;text-align:center;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:20px;margin-top:1rem;padding:.75rem;font-size:.75rem;font-weight:700;transition:all .2s;display:block}.HotelCard-module__GkURCa__seeMoreBtn:hover{background:var(--accent-light,gold);transform:translateY(-2px);box-shadow:0 4px 12px #d4af374d}.HotelCard-module__GkURCa__reviewItem:hover{background:#ffffff0d}.HotelCard-module__GkURCa__reviewHeader{justify-content:space-between;margin-bottom:.25rem;display:flex}.HotelCard-module__GkURCa__reviewerName{color:var(--text-color);font-size:.75rem;font-weight:600}.HotelCard-module__GkURCa__reviewScore{color:var(--accent-primary);font-size:.75rem;font-weight:700}.HotelCard-module__GkURCa__reviewText{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;font-style:italic;line-height:1.4;display:-webkit-box;overflow:hidden}.HotelCard-module__GkURCa__seeMoreLink{text-align:center;color:var(--accent-primary);margin-top:.75rem;font-size:.75rem;font-weight:600;text-decoration:none;display:block}.HotelCard-module__GkURCa__seeMoreLink:hover{text-decoration:underline}.HotelCard-module__GkURCa__loadingReviews{flex-direction:column;align-items:center;gap:.5rem;padding:1rem 0;display:flex}.HotelCard-module__GkURCa__smallSpinner{border:2px solid rgba(var(--accent-rgb),.3);border-top:2px solid var(--accent-primary);border-radius:50%;width:20px;height:20px;animation:1s linear infinite HotelCard-module__GkURCa__spin}@keyframes HotelCard-module__GkURCa__fadeInScale{0%{opacity:0;transform:translateY(10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes HotelCard-module__GkURCa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.HotelCard-module__GkURCa__star{margin-right:.2rem}.HotelCard-module__GkURCa__score{font-size:.95rem}.HotelCard-module__GkURCa__detailsGroup{margin-bottom:1.5rem}.HotelCard-module__GkURCa__locationHighlight{color:var(--accent-primary);letter-spacing:.3px;margin-bottom:.25rem;font-size:.9rem;font-weight:600}.HotelCard-module__GkURCa__location{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;font-size:.8rem}.HotelCard-module__GkURCa__distance{color:var(--accent-light);font-size:.85rem;font-weight:500}.HotelCard-module__GkURCa__amenitiesBadges{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.HotelCard-module__GkURCa__amenityBadge{color:var(--text-color);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.HotelCard-module__GkURCa__footerRow{justify-content:space-between;align-items:flex-end;margin-top:auto;display:flex}.HotelCard-module__GkURCa__pricing{flex-direction:column;display:flex}.HotelCard-module__GkURCa__priceLabel{color:var(--text-muted);text-transform:uppercase;font-size:.75rem}.HotelCard-module__GkURCa__priceAmount{color:var(--text-color);font-size:1.5rem;font-weight:700}.HotelCard-module__GkURCa__priceNight{color:var(--text-muted);font-size:.875rem;font-weight:400}.HotelCard-module__GkURCa__initialPrice{color:#ff6b6b;opacity:.8;font-size:.95rem;text-decoration:line-through}.HotelCard-module__GkURCa__savingsBadge{color:#fff;background:#ff6b6b;border-radius:4px;margin-left:.4rem;padding:.1rem .4rem;font-size:.65rem;font-weight:800}.HotelCard-module__GkURCa__taxesBadge{color:var(--text-muted);margin-top:.25rem;font-size:.7rem}@media (max-width:640px){.HotelCard-module__GkURCa__imageContainer{height:200px}.HotelCard-module__GkURCa__title{font-size:1.1rem}.HotelCard-module__GkURCa__content{padding:1rem}.HotelCard-module__GkURCa__priceAmount{font-size:1.25rem}}@media (max-width:480px){.HotelCard-module__GkURCa__imageContainer{height:180px}.HotelCard-module__GkURCa__footerRow{flex-direction:column;align-items:flex-start;gap:1rem}.HotelCard-module__GkURCa__footerRow a,.HotelCard-module__GkURCa__footerRow button{text-align:center;justify-content:center;align-items:center;width:100%;min-height:44px;display:flex}}.HotelCard-module__GkURCa__cardHovered{box-shadow:0 20px 40px #00000080,0 0 20px rgba(var(--accent-rgb),.1);transform:translateY(-4px)scale(1.01);border-color:var(--accent-primary)!important}.HotelCard-module__GkURCa__cardSelected{box-shadow:0 20px 40px #00000080,0 0 20px rgba(var(--accent-rgb),.4);transform:translateY(-4px)scale(1.01);border:2px solid var(--accent-primary)!important}.HotelCard-module__GkURCa__cardCompact{flex-direction:row;align-items:stretch;height:180px}.HotelCard-module__GkURCa__cardCompact .HotelCard-module__GkURCa__imageContainer{width:35%;min-width:140px;height:100%}.HotelCard-module__GkURCa__cardCompact .HotelCard-module__GkURCa__content{justify-content:space-between;gap:.25rem;width:65%;padding:1rem}.HotelCard-module__GkURCa__cardCompact .HotelCard-module__GkURCa__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:1.1rem;display:-webkit-box;overflow:hidden}.HotelCard-module__GkURCa__cardCompact .HotelCard-module__GkURCa__detailsGroup{flex-direction:column;gap:2px;margin-bottom:.5rem;display:flex}.HotelCard-module__GkURCa__cardCompact .HotelCard-module__GkURCa__location{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.75rem;overflow:hidden}.HotelCard-module__GkURCa__cardCompact .HotelCard-module__GkURCa__distance{font-size:.75rem}.HotelCard-module__GkURCa__cardCompact .HotelCard-module__GkURCa__amenitiesBadges{gap:.25rem;margin-bottom:0}.HotelCard-module__GkURCa__cardCompact .HotelCard-module__GkURCa__amenityBadge{padding:.15rem .4rem;font-size:.65rem}.HotelCard-module__GkURCa__cardCompact .HotelCard-module__GkURCa__footerRow{flex-direction:row;align-items:flex-end;margin-top:0}.HotelCard-module__GkURCa__cardCompact .HotelCard-module__GkURCa__priceAmount{font-size:1.25rem}.HotelCard-module__GkURCa__cardCompact .HotelCard-module__GkURCa__badge{padding:.2rem .5rem;font-size:.65rem;top:.5rem;left:.5rem}@media (max-width:640px){.HotelCard-module__GkURCa__cardCompact{flex-direction:column;height:auto}.HotelCard-module__GkURCa__cardCompact .HotelCard-module__GkURCa__imageContainer{width:100%;height:180px}.HotelCard-module__GkURCa__cardCompact .HotelCard-module__GkURCa__content{width:100%}}
.WishlistButton-module__RRcEPG__button{cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;z-index:10;background:#0006;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:all .2s;display:flex}.WishlistButton-module__RRcEPG__button:hover{background:#0009;transform:scale(1.1)}.WishlistButton-module__RRcEPG__button:active{transform:scale(.95)}.WishlistButton-module__RRcEPG__overlay{position:absolute;top:12px;right:12px}.WishlistButton-module__RRcEPG__list{background:#ffffff1a;position:relative}.WishlistButton-module__RRcEPG__saved{color:#ff4b4b;background:#00000080}.WishlistButton-module__RRcEPG__icon{width:20px;height:20px}.WishlistButton-module__RRcEPG__button:disabled{opacity:.7;cursor:not-allowed}.dark-theme .WishlistButton-module__RRcEPG__button{background:#00000080;border:1px solid #ffffff1a}.dark-theme .WishlistButton-module__RRcEPG__button:hover{background:#000000b3;border-color:#fff3}
.LiteApiMap-module__WZ2JWW__wrapper{background:var(--background-dark,#1b232e);border-radius:12px;width:100%;height:calc(100vh - 280px);min-height:520px;position:relative;overflow:hidden;box-shadow:0 4px 20px #0003}@media (max-width:900px){.LiteApiMap-module__WZ2JWW__wrapper{border-radius:8px;height:70vh;min-height:400px}}.LiteApiMap-module__WZ2JWW__mapTarget{width:100%;height:100%}
.FilterSidebar-module__aQDbHW__sidebar{border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14141499;border-radius:16px;flex-direction:column;gap:2rem;height:fit-content;padding:1.5rem;display:flex;position:sticky;top:100px}.FilterSidebar-module__aQDbHW__section{flex-direction:column;gap:1rem;display:flex}.FilterSidebar-module__aQDbHW__sectionTitle{font-size:1rem;font-family:var(--font-heading);color:var(--text-color);border-bottom:1px solid #e2d0a51a;margin:0;padding-bottom:.5rem}.FilterSidebar-module__aQDbHW__checkboxList{flex-direction:column;gap:.75rem;display:flex}.FilterSidebar-module__aQDbHW__checkboxItem{cursor:pointer;color:var(--text-muted);align-items:center;gap:.75rem;font-size:.9rem;transition:color .2s;display:flex}.FilterSidebar-module__aQDbHW__checkboxItem:hover{color:var(--text-color)}.FilterSidebar-module__aQDbHW__checkboxInput{appearance:none;border:1px solid var(--border-color);cursor:pointer;background:#0000004d;border-radius:4px;width:18px;height:18px;transition:all .2s;position:relative}.FilterSidebar-module__aQDbHW__checkboxInput:checked{background:var(--accent-primary);border-color:var(--accent-primary)}.FilterSidebar-module__aQDbHW__checkboxInput:checked:after{content:"";border:2px solid #000;border-width:0 2px 2px 0;width:4px;height:8px;position:absolute;top:2px;left:5px;transform:rotate(45deg)}.FilterSidebar-module__aQDbHW__priceRangeHeader{color:var(--text-muted);justify-content:space-between;margin-bottom:.5rem;font-size:.85rem;display:flex}.FilterSidebar-module__aQDbHW__rangeSlider{-webkit-appearance:none;background:#ffffff1a;border-radius:2px;outline:none;width:100%;height:4px;margin:1rem 0}.FilterSidebar-module__aQDbHW__rangeSlider::-webkit-slider-thumb{appearance:none;background:var(--accent-primary);cursor:pointer;border:2px solid #000;border-radius:50%;width:16px;height:16px;box-shadow:0 0 10px #c5a05980}.FilterSidebar-module__aQDbHW__priceInputs{align-items:center;gap:.5rem;display:flex}.FilterSidebar-module__aQDbHW__priceInput{border:1px solid var(--border-color);width:100%;color:var(--text-color);font-family:var(--font-body);text-align:center;background:#0000004d;border-radius:6px;outline:none;padding:.5rem;font-size:.85rem}.FilterSidebar-module__aQDbHW__priceInput:focus{border-color:var(--accent-primary)}.FilterSidebar-module__aQDbHW__priceSeparator{color:var(--text-muted)}.FilterSidebar-module__aQDbHW__mobileToggle{display:none}.FilterSidebar-module__aQDbHW__clearAllContainer{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.FilterSidebar-module__aQDbHW__resultsCount{color:var(--text-color);font-size:.85rem;font-weight:600}.FilterSidebar-module__aQDbHW__clearAllButton{color:var(--accent-primary);cursor:pointer;font-size:.8rem;font-family:var(--font-body);background:0 0;border:none;transition:opacity .2s}.FilterSidebar-module__aQDbHW__clearAllButton:hover{opacity:.8}.FilterSidebar-module__aQDbHW__searchField{width:100%;position:relative}.FilterSidebar-module__aQDbHW__searchInput{border:1px solid var(--border-color);width:100%;color:var(--text-color);font-family:var(--font-body);background:#0006;border-radius:8px;outline:none;padding:.75rem .75rem .75rem 2.5rem;font-size:.85rem}.FilterSidebar-module__aQDbHW__searchInput:focus{border-color:var(--accent-primary)}.FilterSidebar-module__aQDbHW__searchIcon{color:var(--text-muted);font-size:1rem;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.FilterSidebar-module__aQDbHW__countLabel{color:var(--text-muted);margin-left:auto;font-size:.8rem}.FilterSidebar-module__aQDbHW__radioList{flex-direction:column;gap:.75rem;display:flex}.FilterSidebar-module__aQDbHW__radioItem{cursor:pointer;color:var(--text-muted);align-items:center;gap:.75rem;font-size:.9rem;transition:color .2s;display:flex}.FilterSidebar-module__aQDbHW__radioItem:hover{color:var(--text-color)}.FilterSidebar-module__aQDbHW__radioInput{appearance:none;border:1px solid var(--border-color);cursor:pointer;background:#0000004d;border-radius:50%;width:18px;height:18px;transition:all .2s;position:relative}.FilterSidebar-module__aQDbHW__radioInput:checked{background:var(--accent-primary);border-color:var(--accent-primary)}.FilterSidebar-module__aQDbHW__radioInput:checked:after{content:"";background:#000;border-radius:50%;width:7px;height:7px;position:absolute;top:4.5px;left:4.5px}.FilterSidebar-module__aQDbHW__badge{color:var(--accent-primary);background:#c5a0591a;border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:600}@media (max-width:768px){.FilterSidebar-module__aQDbHW__sidebar{display:none;position:static}.FilterSidebar-module__aQDbHW__sidebarOpen{display:flex}.FilterSidebar-module__aQDbHW__mobileToggle{border:1px solid var(--border-color);color:var(--text-color);cursor:pointer;width:100%;font-family:var(--font-body);background:#141414cc;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem;font-size:.95rem;display:flex}}
.SortDropdown-module__gh1HFW__container{display:inline-block;position:relative}.SortDropdown-module__gh1HFW__button{border:1px solid var(--border-color);color:var(--text-color);font-size:.9rem;font-family:var(--font-body);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-weight:500;transition:all .2s;display:flex}.SortDropdown-module__gh1HFW__button:hover{border-color:var(--accent-primary);background:#c5a0590d}.SortDropdown-module__gh1HFW__label{color:var(--text-muted);font-weight:400}.SortDropdown-module__gh1HFW__chevron{color:var(--text-muted);font-size:.7rem;transition:transform .2s}.SortDropdown-module__gh1HFW__chevronOpen{transform:rotate(180deg)}.SortDropdown-module__gh1HFW__dropdown{border:1px solid var(--border-color);z-index:50;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#141414f2;border-radius:12px;width:200px;padding:.5rem 0;animation:.15s SortDropdown-module__gh1HFW__fadeInDown;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 40px #00000080}@keyframes SortDropdown-module__gh1HFW__fadeInDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.SortDropdown-module__gh1HFW__option{text-align:left;width:100%;color:var(--text-color);font-size:.875rem;font-family:var(--font-body);cursor:pointer;background:0 0;border:none;padding:.75rem 1rem;transition:background .15s}.SortDropdown-module__gh1HFW__option:hover{background:#ffffff0d}.SortDropdown-module__gh1HFW__optionActive{color:var(--accent-primary);background:#c5a0590d}.SortDropdown-module__gh1HFW__optionActive:hover{background:#c5a05914}
