.hotel-details-module__NfmHsW__container{max-width:1200px;min-height:80vh;margin:0 auto;padding:100px 1rem 2rem}.hotel-details-module__NfmHsW__header{margin-bottom:2rem}.hotel-details-module__NfmHsW__amenitiesGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.hotel-details-module__NfmHsW__amenityItem{color:var(--text-primary);background:#1e293b66;border:1px solid #38bdf81a;border-radius:12px;align-items:center;gap:.75rem;padding:1rem;font-weight:500;transition:all .2s;display:flex}.hotel-details-module__NfmHsW__amenityItem:hover{background:#fff;border-color:#e5e7eb;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000000d}.hotel-details-module__NfmHsW__checkIcon{color:#059669;flex-shrink:0}.hotel-details-module__NfmHsW__title{color:var(--text-primary);margin-bottom:.5rem;font-size:2.25rem;font-weight:800;line-height:1.2}.hotel-details-module__NfmHsW__rating{color:#f59e0b;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.hotel-details-module__NfmHsW__address{color:var(--text-secondary);align-items:center;gap:.5rem;margin-top:.25rem;font-size:1rem;display:flex}.hotel-details-module__NfmHsW__hero{border-radius:16px;margin-bottom:2rem;overflow:hidden}.hotel-details-module__NfmHsW__contentGrid{grid-template-columns:1fr 350px;gap:2.5rem;display:grid}.hotel-details-module__NfmHsW__sectionTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:flex}.hotel-details-module__NfmHsW__description{color:var(--text-secondary);margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.hotel-details-module__NfmHsW__amenities{border-bottom:1px solid #38bdf81a;flex-wrap:wrap;gap:.75rem;margin-bottom:3rem;padding-bottom:2rem;display:flex}.hotel-details-module__NfmHsW__amenityTag{color:var(--text-primary);background:#1e293b99;border:1px solid #38bdf81a;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:500}.hotel-details-module__NfmHsW__roomsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.hotel-details-module__NfmHsW__roomCard{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:12px;flex-direction:column;padding:0;transition:all .2s;display:flex;overflow:hidden}.hotel-details-module__NfmHsW__roomCard:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 10px 25px -3px #0006}.hotel-details-module__NfmHsW__roomContent{flex-direction:column;flex:1;padding:1.5rem;display:flex}.hotel-details-module__NfmHsW__roomName{color:var(--text-primary);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.hotel-details-module__NfmHsW__roomType{color:#38bdf8;margin-bottom:1rem;font-size:.875rem;font-weight:600}.hotel-details-module__NfmHsW__roomDetails{color:var(--text-secondary);flex:1;margin-bottom:1.5rem;font-size:.9rem}.hotel-details-module__NfmHsW__roomFooter{border-top:1px dashed #38bdf833;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.hotel-details-module__NfmHsW__price{color:var(--text-primary);font-size:1.5rem;font-weight:800}.hotel-details-module__NfmHsW__price span{color:var(--text-secondary);font-size:.875rem;font-weight:400}.hotel-details-module__NfmHsW__bookBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;background-size:150% 150%;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.hotel-details-module__NfmHsW__bookBtn:hover{background-position:100%;box-shadow:0 4px 12px #3b82f64d}.hotel-details-module__NfmHsW__sidebar{height:fit-content;position:sticky;top:2rem}.hotel-details-module__NfmHsW__mapCard{background:var(--bg-card);border:1px solid #38bdf826;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000004d}.hotel-details-module__NfmHsW__mapContainer{background:#020617;height:250px;position:relative}.hotel-details-module__NfmHsW__mapInfo{padding:1.5rem}.hotel-details-module__NfmHsW__mapAddress{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.5}.hotel-details-module__NfmHsW__directionsBtn{text-align:center;width:100%;color:var(--primary);border:1px solid var(--primary);background:#fff;border-radius:8px;padding:.75rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.hotel-details-module__NfmHsW__directionsBtn:hover{background:var(--primary);color:#fff}.hotel-details-module__NfmHsW__placeholderImage{background:#f3f4f6;justify-content:center;align-items:center;width:100%;height:100%;font-size:4rem;display:flex}.hotel-details-module__NfmHsW__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.hotel-details-module__NfmHsW__modalContent{background:#0f172a;border:1px solid #38bdf81a;border-radius:24px;width:90%;max-width:500px;padding:2rem;animation:.4s cubic-bezier(.16,1,.3,1) hotel-details-module__NfmHsW__slideUp;box-shadow:0 25px 50px -12px #0009}.hotel-details-module__NfmHsW__modalHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.hotel-details-module__NfmHsW__modalHeader h2{color:var(--text-primary);font-size:1.5rem;font-weight:700}.hotel-details-module__NfmHsW__closeBtn{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;transition:all .2s;display:flex}.hotel-details-module__NfmHsW__closeBtn:hover{color:#1e293b;background:#e2e8f0}.hotel-details-module__NfmHsW__datePickerContainer{gap:1rem;margin-bottom:1.5rem;display:flex}.hotel-details-module__NfmHsW__dateField{flex:1}.hotel-details-module__NfmHsW__dateField label{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:flex}.hotel-details-module__NfmHsW__modalDateInput{border:1px solid var(--glass-border-hover);background:var(--glass-bg);width:100%;color:var(--text-primary);border-radius:12px;padding:.75rem;font-weight:600;transition:all .2s}.hotel-details-module__NfmHsW__modalDateInput:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #ec48991a}.hotel-details-module__NfmHsW__guestSection{background:#1e293b66;border:1px solid #38bdf81a;border-radius:16px;margin-bottom:2rem;padding:1.25rem}.hotel-details-module__NfmHsW__sectionLabel{color:var(--text-primary);margin-bottom:1rem;font-weight:600;display:block}.hotel-details-module__NfmHsW__guestRow{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.hotel-details-module__NfmHsW__guestRow:last-child{border-bottom:none}.hotel-details-module__NfmHsW__removeRoomBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:.875rem;font-weight:500}.hotel-details-module__NfmHsW__removeRoomBtn:hover{background:#fef2f2}.hotel-details-module__NfmHsW__counterGroup{align-items:center;gap:.75rem;display:flex}.hotel-details-module__NfmHsW__counterBtn{border:1px solid var(--glass-border-hover);background:var(--glass-bg);cursor:pointer;width:32px;height:32px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;padding-bottom:2px;font-size:1.2rem;line-height:1;transition:all .2s;display:flex}.hotel-details-module__NfmHsW__counterBtn:hover:not(:disabled){background:var(--primary);color:#fff;border-color:var(--primary)}.hotel-details-module__NfmHsW__counterBtn:disabled{opacity:.5;cursor:not-allowed;color:#94a3b8;background:#f1f5f9;border-color:#e2e8f0}.hotel-details-module__NfmHsW__guestCount{text-align:center;min-width:60px;font-size:.95rem;font-weight:600}.hotel-details-module__NfmHsW__maxInfo{color:#eab308;text-align:right;margin-top:4px;font-size:.75rem;font-weight:500}.hotel-details-module__NfmHsW__addRoomBtn{border:1px dashed var(--primary);width:100%;color:var(--primary);cursor:pointer;background:#ec48990d;border-radius:12px;margin-top:1rem;padding:.75rem;font-weight:600;transition:all .2s}.hotel-details-module__NfmHsW__addRoomBtn:hover{background:#ec48991a;transform:translateY(-1px)}.hotel-details-module__NfmHsW__confirmBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:1rem;font-size:1rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #ec48994d}.hotel-details-module__NfmHsW__confirmBtn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ec489966}@keyframes hotel-details-module__NfmHsW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.hotel-details-module__NfmHsW__contentGrid{grid-template-columns:1fr}.hotel-details-module__NfmHsW__hero{border-radius:0;margin:0 -1rem 1.5rem}.hotel-details-module__NfmHsW__contentWrapper{grid-template-columns:1fr}.hotel-details-module__NfmHsW__stickyBookingBar{z-index:1000;padding:.75rem 1rem}}.hotel-details-module__NfmHsW__sidebar{margin-top:2rem;position:static}@media (max-width:640px){.hotel-details-module__NfmHsW__container{padding:140px 1rem 2rem}.hotel-details-module__NfmHsW__header{margin-bottom:1.5rem}.hotel-details-module__NfmHsW__title{font-size:1.75rem}.hotel-details-module__NfmHsW__address{font-size:.9rem}.hotel-details-module__NfmHsW__hero{border-radius:0;height:250px;margin:0 -1rem 1.5rem}.hotel-details-module__NfmHsW__galleryGrid{grid-template-columns:1fr;display:flex}.hotel-details-module__NfmHsW__gallerySide{display:none}.hotel-details-module__NfmHsW__amenitiesGrid{grid-template-columns:1fr 1fr;gap:.5rem}.hotel-details-module__NfmHsW__amenityItem{padding:.75rem;font-size:.9rem}.hotel-details-module__NfmHsW__roomCard{border-radius:12px;margin-bottom:1rem}.hotel-details-module__NfmHsW__roomContent{padding:1rem}.hotel-details-module__NfmHsW__roomFooter{flex-direction:column;align-items:stretch;gap:1rem}.hotel-details-module__NfmHsW__bookBtn{text-align:center;width:100%;padding:1rem}.hotel-details-module__NfmHsW__price{text-align:center}.hotel-details-module__NfmHsW__modalContent{border-radius:0;flex-direction:column;width:100%;max-width:none;height:100%;display:flex;overflow-y:auto}.hotel-details-module__NfmHsW__modalHeader{flex-shrink:0}.hotel-details-module__NfmHsW__datePickerContainer{flex-direction:column;gap:.75rem}.hotel-details-module__NfmHsW__guestSection{flex:none;overflow-y:visible}}.hotel-details-module__NfmHsW__skeletonHero{background:linear-gradient(90deg,#1e293b 25%,#334155 50%,#1e293b 75%) 0 0/200% 100%;border-radius:16px;height:400px;margin-bottom:2rem;animation:1.5s infinite hotel-details-module__NfmHsW__shimmer}.hotel-details-module__NfmHsW__skeletonTitle{background:linear-gradient(90deg,#1e293b 25%,#334155 50%,#1e293b 75%) 0 0/200% 100%;border-radius:8px;width:60%;height:40px;margin-bottom:1.5rem;animation:1.5s infinite hotel-details-module__NfmHsW__shimmer}.hotel-details-module__NfmHsW__skeletonLine,.hotel-details-module__NfmHsW__skeletonLineShort{background:linear-gradient(90deg,#1e293b 25%,#334155 50%,#1e293b 75%) 0 0/200% 100%;border-radius:4px;height:18px;margin-bottom:1rem;animation:1.5s infinite hotel-details-module__NfmHsW__shimmer}.hotel-details-module__NfmHsW__skeletonLineShort{width:40%}.hotel-details-module__NfmHsW__skeletonRooms{margin-top:3rem}.hotel-details-module__NfmHsW__skeletonRoomCard{background:linear-gradient(90deg,#1e293b 25%,#334155 50%,#1e293b 75%) 0 0/200% 100%;border-radius:12px;height:120px;margin-bottom:1.5rem;animation:1.5s infinite hotel-details-module__NfmHsW__shimmer}@keyframes hotel-details-module__NfmHsW__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}
