.amenities-modal-overlay{z-index:1000;background-color:#0009;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.amenities-modal-content{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:800px;max-height:85vh;animation:.3s ease-out slideUp;display:flex;box-shadow:0 10px 40px #0003}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.amenities-modal-header{border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.amenities-modal-header h2{color:#111827;margin:0;font-size:1.5rem;font-weight:600}.amenities-modal-close{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.amenities-modal-close:hover{color:#111827;background-color:#f3f4f6}.amenities-modal-close:active{transform:scale(.95)}.amenities-modal-body{flex:1;padding:1.5rem 2rem 2rem;overflow-y:auto}.amenities-modal-body::-webkit-scrollbar{width:8px}.amenities-modal-body::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.amenities-modal-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.amenities-modal-body::-webkit-scrollbar-thumb:hover{background:#9ca3af}.amenities-category-section{margin-bottom:2rem}.amenities-category-section:last-child{margin-bottom:0}.amenities-category-title{color:#111827;border-bottom:1px solid #e5e7eb;align-items:center;gap:.75rem;margin:0 0 1rem;padding-bottom:.5rem;font-size:1.125rem;font-weight:600;display:flex}.amenities-category-icon{color:#6b7280;flex-shrink:0}.amenities-items-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;display:grid}.amenity-item{color:#374151;align-items:center;gap:.5rem;padding:.25rem 0;font-size:.875rem;display:flex}.amenity-check{color:#10b981;flex-shrink:0}.amenity-item span{line-height:1.4}@media (max-width:768px){.amenities-modal-overlay{align-items:stretch;padding:0}.amenities-modal-content{border-radius:0;height:100dvh;max-height:100dvh;overflow:hidden}.amenities-modal-header{z-index:10;padding:1rem 1.25rem;padding-top:max(1rem, env(safe-area-inset-top));background:#fff;position:sticky;top:0}.amenities-modal-header h2{font-size:1.25rem}.amenities-modal-body{padding:1rem 1.25rem 1.5rem;padding-bottom:max(1.5rem, env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch}.amenities-items-grid{grid-template-columns:1fr;gap:.5rem}.amenities-category-title{font-size:1rem}}@media (max-width:480px){.amenities-modal-header{padding:.875rem 1rem}.amenities-modal-header h2{font-size:1.125rem}.amenities-modal-body{padding:.875rem 1rem 1.25rem}.amenity-item{font-size:.8125rem}}
