#hotel-finder-2026 .hf-logo{display:inline-flex;align-items:center;gap:12px;margin-bottom:16px}#hotel-finder-2026 .hf-logo-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--primary),var(--accent));border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:white;box-shadow:var(--shadow-glow)}#hotel-finder-2026 .hf-logo-text{font-size:28px;font-weight:800;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#hotel-finder-2026 .hf-subtitle{color:var(--text-secondary);font-size:17px;font-weight:400}#hotel-finder-2026 .hf-filter-chip.active{background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-color:var(--primary);color:white}#hotel-finder-2026 .hf-main.map-hidden{grid-template-columns:1fr}#hotel-finder-2026 .hf-grid.list-view{grid-template-columns:1fr}#hotel-finder-2026 .hf-card{background:var(--bf-surface-glass);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--bf-border);border-radius:var(--radius-lg);overflow:hidden;transition:all .35s cubic-bezier(.25,.8,.25,1);cursor:pointer;position:relative}#hotel-finder-2026 .hf-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg),var(--shadow-glow);border-color:var(--primary-light)}#hotel-finder-2026 .hf-card-media{position:relative;aspect-ratio:16/10;overflow:hidden;background:linear-gradient(135deg,#e2e8f0,#f1f5f9)}#hotel-finder-2026 .hf-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}#hotel-finder-2026 .hf-card:hover .hf-card-media img{transform:scale(1.08)}#hotel-finder-2026 .hf-card-badges{position:absolute;top:12px;left:12px;display:flex;gap:8px;flex-wrap:wrap}#hotel-finder-2026 .hf-badge{padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}#hotel-finder-2026 .hf-badge-featured{background:linear-gradient(135deg,var(--primary),var(--accent));color:white}#hotel-finder-2026 .hf-badge-type{background:rgba(255,255,255,.9);color:var(--text-primary)}#hotel-finder-2026 .hf-card-fav{position:absolute;top:12px;right:12px;width:40px;height:40px;border:none;border-radius:50%;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1d2b36!important;transition:all .25s ease;box-shadow:var(--shadow-sm)}#hotel-finder-2026 .hf-card-fav:hover{transform:scale(1.1);color:var(--accent)}#hotel-finder-2026 .hf-card-fav.active{background:linear-gradient(135deg,var(--accent),#ec4899);color:#fff!important}#hotel-finder-2026 .hf-card-fav .hf-icon-heart{width:22px;height:22px;fill:transparent;stroke:#1d2b36}#hotel-finder-2026 .hf-card-fav.active .hf-icon-heart{fill:#fff}#hotel-finder-2026 .hf-card-features{position:absolute;bottom:12px;left:12px;right:12px;display:flex;gap:6px;flex-wrap:wrap}#hotel-finder-2026 .hf-feature-pill{display:inline-flex;align-items:center;gap:5px;padding:6px 10px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:var(--radius-sm);font-size:11px;font-weight:600;color:var(--text-primary);box-shadow:var(--shadow-sm)}#hotel-finder-2026 .hf-feature-pill.success{color:var(--success)}#hotel-finder-2026 .hf-feature-pill.warning{color:var(--warning)}#hotel-finder-2026 .hf-feature-pill.danger{color:var(--danger)}#hotel-finder-2026 .hf-feature-pill.info{color:var(--secondary)}#hotel-finder-2026 .hf-card-body{padding:18px}#hotel-finder-2026 .hf-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}#hotel-finder-2026 .hf-card-title{font-size:18px;font-weight:700;color:var(--text-primary);margin:0;line-height:1.3}#hotel-finder-2026 .hf-card-stars{display:flex;gap:2px;color:#fbbf24;flex-shrink:0}#hotel-finder-2026 .hf-card-location{display:flex;align-items:center;gap:6px;color:var(--text-secondary);font-size:14px;margin-bottom:12px}#hotel-finder-2026 .hf-card-desc{font-size:14px;color:var(--text-secondary);line-height:1.5;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:14px}#hotel-finder-2026 .hf-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid var(--border)}#hotel-finder-2026 .hf-card-price{display:flex;flex-direction:column}#hotel-finder-2026 .hf-price-amount{font-size:22px;font-weight:800;color:var(--primary)}#hotel-finder-2026 .hf-price-note{font-size:12px;color:var(--text-muted)}#hotel-finder-2026 .hf-card-btn{padding:12px 20px;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:white;border:none;border-radius:var(--radius-md);font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .25s ease}#hotel-finder-2026 .hf-card-btn:hover{transform:translateY(-2px);box-shadow:0 4px 14px rgba(124,58,237,.4)}#hotel-finder-2026 .hf-main.map-hidden .hf-map-container{display:none}@media (max-width:1100px){#hotel-finder-2026 .hf-map-container.mobile-open{display:block;animation:fadeIn .2s ease}}#hotel-finder-2026 .hf-filters-modal.show{opacity:1;visibility:visible}#hotel-finder-2026 .hf-filters-modal.show .hf-filters-content{transform:scale(1)}#hotel-finder-2026 .hf-star-btn.active{background:var(--primary);border-color:var(--primary);color:white}#hotel-finder-2026 .hf-amenity-item.active{border-color:var(--primary);background:var(--bg-hover)}#hotel-finder-2026 .hf-amenity-item.active .hf-amenity-check{background:var(--primary);border-color:var(--primary);color:white}#hotel-finder-2026 .hf-detail-overlay.show{display:flex}#hotel-finder-2026 .hf-detail-modal{background:#fff;border-radius:var(--radius-xl);max-width:1000px;width:100%;max-height:90vh;overflow:auto;box-shadow:var(--shadow-lg)}#hotel-finder-2026 .hf-detail-header{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:18px 24px;background:#fff;border-bottom:1px solid var(--border)}#hotel-finder-2026 .hf-detail-title{font-size:22px;font-weight:800;margin:0;color:var(--text-primary)}#hotel-finder-2026 .hf-detail-body{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:0;align-items:stretch}@media (max-width:768px){#hotel-finder-2026 .hf-detail-body{grid-template-columns:1fr}}#hotel-finder-2026 .hf-detail-gallery{padding:24px;border-right:1px solid var(--border)}@media (max-width:768px){#hotel-finder-2026 .hf-detail-gallery{border-right:none;border-bottom:1px solid var(--border)}}#hotel-finder-2026 .hf-detail-img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:var(--radius-lg);cursor:pointer;transition:transform .3s ease}#hotel-finder-2026 .hf-detail-img:hover{transform:scale(1.02)}#hotel-finder-2026 .hf-detail-features{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}#hotel-finder-2026 .hf-detail-info{padding:24px;display:grid;gap:20px;align-content:start}#hotel-finder-2026 .hf-detail-price-box{background:linear-gradient(135deg,var(--bg-hover),rgba(167,139,250,.1));padding:20px;border-radius:var(--radius-lg);text-align:center}#hotel-finder-2026 .hf-detail-price{font-size:32px;font-weight:800;color:var(--primary)}#hotel-finder-2026 .hf-detail-price-note{font-size:14px;color:var(--text-muted)}#hotel-finder-2026 .hf-detail-section{display:grid;gap:12px}#hotel-finder-2026 .hf-detail-section-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}#hotel-finder-2026 .hf-detail-row{display:flex;gap:12px;align-items:flex-start;font-size:14px;color:var(--text-primary);line-height:1.5}#hotel-finder-2026 .hf-detail-row-icon{width:20px;height:20px;color:var(--primary);flex-shrink:0;margin-top:2px}#hotel-finder-2026 .hf-detail-desc{font-size:14px;color:var(--text-secondary);line-height:1.7}#hotel-finder-2026 .hf-detail-actions{position:sticky;bottom:0;display:flex;gap:12px;padding:18px 24px;background:#fff;border-top:1px solid var(--border);flex-wrap:wrap}#hotel-finder-2026 .hf-detail-actions .hf-btn{flex:1;min-width:140px}#hotel-finder-2026 .hf-inquiry-wrap{display:none;padding:0 24px 24px}#hotel-finder-2026 .hf-inquiry-wrap.show{display:block}#hotel-finder-2026 .hf-inquiry-form{background:var(--bg-main);border-radius:var(--radius-lg);padding:24px;display:grid;gap:18px}#hotel-finder-2026 .hf-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width:600px){#hotel-finder-2026 .hf-form-row{grid-template-columns:1fr}}#hotel-finder-2026 .hf-form-field{display:grid;gap:6px}#hotel-finder-2026 .hf-form-label{font-size:13px;font-weight:600;color:var(--text-secondary)}#hotel-finder-2026 .hf-form-input{padding:12px 14px;border:1.5px solid var(--border);border-radius:var(--radius-md);font-size:15px;font-family:inherit;background:#fff;color:var(--text-primary);transition:all .2s ease}#hotel-finder-2026 .hf-form-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(124,58,237,.1)}#hotel-finder-2026 .hf-form-textarea{min-height:100px;resize:vertical}#hotel-finder-2026 .hf-form-checkbox{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--text-secondary)}#hotel-finder-2026 .hf-form-checkbox input{margin-top:3px}#hotel-finder-2026 .hf-form-checkbox a{color:var(--primary)}#hotel-finder-2026 .hf-form-error{color:var(--danger);font-size:12px;display:none}#hotel-finder-2026 .hf-form-error.show{display:block}#hotel-finder-2026 .hf-empty{grid-column:1/-1;text-align:center;padding:60px 20px;color:var(--text-muted)}#hotel-finder-2026 .hf-empty-icon{width:80px;height:80px;margin:0 auto 20px;color:var(--border)}#hotel-finder-2026 .hf-empty-title{font-size:20px;font-weight:700;color:var(--text-secondary);margin-bottom:8px}#hotel-finder-2026 .hf-card.lazy-loading{pointer-events:none}#hotel-finder-2026 .hf-card.lazy-loading .hf-card-media,#hotel-finder-2026 .hf-card.lazy-loading .hf-card-body,#hotel-finder-2026 .hf-card.lazy-loading .hf-card-footer{position:relative;overflow:hidden}#hotel-finder-2026 .hf-card.lazy-loading .hf-card-media::after,#hotel-finder-2026 .hf-card.lazy-loading .hf-card-body::after,#hotel-finder-2026 .hf-card.lazy-loading .hf-card-footer::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(244,239,230,.5),rgba(255,255,255,.9),rgba(244,239,230,.5));animation:hf-shimmer 1.4s infinite}#hotel-finder-2026 .hf-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:hf-shimmer 1.5s infinite;border-radius:var(--radius-md)}#hotel-finder-2026 .hf-lightbox.show{display:flex}@media (max-width:768px){#hotel-finder-2026 .hf-logo-text{font-size:22px}}#hotel-finder-2026 .hf-marker{background:var(--primary);border:3px solid white;border-radius:50%;width:30px!important;height:30px!important;display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:12px;box-shadow:0 4px 12px rgba(124,58,237,.4)}#hotel-finder-2026 .hf-marker.active{background:var(--accent);transform:scale(1.2)}#hotel-finder-2026 .leaflet-popup-content-wrapper{border-radius:12px!important;padding:0!important;overflow:hidden}#hotel-finder-2026 .leaflet-popup-content{margin:0!important;min-width:220px}#hotel-finder-2026 .hf-popup{font-family:"Outfit",sans-serif}#hotel-finder-2026 .hf-popup-img{width:100%;height:120px;object-fit:cover}#hotel-finder-2026 .hf-popup-body{padding:12px}#hotel-finder-2026 .hf-popup-title{font-weight:700;font-size:14px;margin-bottom:4px}#hotel-finder-2026 .hf-popup-price{font-weight:800;color:#7c3aed}