.filter-section-container{max-width:1400px;margin:80px auto 0;padding:0 2rem}.filter-form{background:#fff;border:1px solid #e0e0e0;border-radius:8px;align-items:center;gap:1rem;padding:1rem;display:flex}.filter-field{cursor:pointer;background:#fff;border:1px solid #d0d0d0;border-radius:6px;flex-direction:column;flex:1;align-items:flex-start;gap:.25rem;padding:.75rem 1rem;transition:all .2s;display:flex}.filter-field:hover{background:#fafafa;border-color:#333}.filter-field:focus{border-color:#000;outline:none}.filter-label{color:#666;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}.filter-value{color:#000;font-size:.95rem;font-weight:400}.filter-search-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#000;border:none;border-radius:6px;padding:1rem 2.5rem;font-size:.95rem;font-weight:500;transition:all .2s}.filter-search-btn:hover{background:#333}.filter-search-btn:active{transform:scale(.98)}.filter-modal-backdrop{z-index:999;background:rgba(0,0,0,.5);position:fixed;top:0;bottom:0;left:0;right:0}.filter-calendar-popup{z-index:1000;background:#fff;border-radius:12px;min-width:350px;padding:1.5rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 40px rgba(0,0,0,.15)}.filter-popup-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.filter-popup-header h3{color:#000;margin:0;font-size:1.25rem;font-weight:600}.filter-popup-close{cursor:pointer;color:#666;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;transition:all .2s;display:flex}.filter-popup-close:hover{color:#000;background:#e0e0e0}.filter-calendar{width:100%}.filter-calendar-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.filter-calendar-title{color:#000;font-size:1rem;font-weight:600}.filter-calendar-nav{cursor:pointer;color:#333;background:#fff;border:1px solid #e0e0e0;border-radius:6px;width:32px;height:32px;font-size:1.25rem;transition:all .2s}.filter-calendar-nav:hover{background:#f5f5f5;border-color:#333}.filter-calendar-days-header{grid-template-columns:repeat(7,1fr);gap:.5rem;margin-bottom:.5rem;display:grid}.filter-calendar-day-name{text-align:center;color:#666;padding:.5rem 0;font-size:.75rem;font-weight:600}.filter-calendar-grid{grid-template-columns:repeat(7,1fr);gap:.5rem;display:grid}.filter-calendar-day-empty{aspect-ratio:1}.filter-calendar-day{aspect-ratio:1;cursor:pointer;color:#000;background:#fff;border:1px solid #e0e0e0;border-radius:6px;font-size:.9rem;transition:all .2s}.filter-calendar-day:hover:not(.disabled){background:#f5f5f5;border-color:#333}.filter-calendar-day.selected{color:#fff;background:#000;border-color:#000}.filter-calendar-day.in-range{background:#f0f0f0;border-color:#d0d0d0}.filter-calendar-day.disabled{opacity:.3;cursor:not-allowed}.filter-guest-popup{z-index:1000;background:#fff;border-radius:12px;min-width:350px;padding:1.5rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 40px rgba(0,0,0,.15)}.filter-guest-dropdown{width:100%}.filter-guest-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.filter-guest-header h4{color:#000;margin:0;font-size:1.25rem;font-weight:600}.filter-close-btn{cursor:pointer;color:#666;background:#f5f5f5;border:none;border-radius:50%;width:32px;height:32px;font-size:1.5rem;transition:all .2s}.filter-close-btn:hover{color:#000;background:#e0e0e0}.filter-guest-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.filter-guest-row:last-of-type{border-bottom:none}.filter-guest-label{flex-direction:column;gap:.25rem;display:flex}.filter-guest-type{color:#000;font-size:1rem;font-weight:500}.filter-guest-desc{color:#666;font-size:.85rem}.filter-guest-counter{align-items:center;gap:1rem;display:flex}.filter-guest-counter button{cursor:pointer;color:#000;background:#fff;border:1px solid #d0d0d0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;transition:all .2s;display:flex}.filter-guest-counter button:hover:not(:disabled){background:#f5f5f5;border-color:#333}.filter-guest-counter button:disabled{opacity:.3;cursor:not-allowed}.filter-guest-counter span{color:#000;text-align:center;min-width:24px;font-size:1rem;font-weight:500}.filter-done-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:6px;width:100%;margin-top:1.5rem;padding:.875rem;font-size:1rem;font-weight:500;transition:all .2s}.filter-done-btn:hover{background:#333}@media (max-width:768px){.filter-form{flex-direction:column}.filter-field,.filter-search-btn{width:100%}.filter-calendar-popup,.filter-guest-popup{width:90%;min-width:unset}}
.room-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;grid-template-columns:300px 1fr;gap:1.5rem;transition:all .2s;display:grid;overflow:hidden}.room-card:hover{border-color:#333;box-shadow:0 4px 12px rgba(0,0,0,.08)}.room-card-image-wrapper{width:100%;height:100%;min-height:220px;position:relative;overflow:hidden}.room-card-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.room-card-image:hover{transform:scale(1.05)}.availability-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:.375rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem}.badge-urgent{color:#fff;background:#f44}.badge-warning{color:#fff;background:#f93}.badge-available{color:#fff;background:#0a0}.room-card-content{flex-direction:column;gap:1rem;padding:1.5rem 1.5rem 1.5rem 0;display:flex}.room-card-header{flex-direction:column;gap:.5rem;display:flex}.room-card-title{color:#000;margin:0;font-size:1.5rem;font-weight:600}.room-view-details-link{color:#333;white-space:nowrap;border-bottom:1px solid #333;padding-bottom:2px;font-size:14px;text-decoration:none;transition:all .2s}.room-view-details-link:hover{color:#000;border-bottom-color:#000}.room-description{color:#666;margin:8px 0 12px;font-size:14px;line-height:1.5}.room-card-meta{gap:1.5rem;display:flex}.room-meta-item{color:#666;align-items:center;gap:.375rem;font-size:.875rem;display:flex}.meta-icon{font-size:1rem}.room-card-amenities{flex-wrap:wrap;gap:.5rem;display:flex}.amenity-tag{color:#333;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;padding:.375rem .75rem;font-size:.8rem}.room-card-beds{background:#fafafa;border:1px solid #e0e0e0;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem;display:flex}.beds-icon{font-size:1.25rem}.beds-text{color:#333;font-size:.875rem}.room-card-footer{border-top:1px solid #e0e0e0;justify-content:space-between;align-items:flex-end;margin-top:auto;padding-top:1rem;display:flex}.room-card-price{flex-direction:column;gap:.25rem;display:flex}.price-label{color:#666;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.price-wrapper{align-items:baseline;gap:.5rem;display:flex}.price-amount{color:#000;font-size:1.75rem;font-weight:700}.price-per-night{color:#666;font-size:.875rem}.add-to-cart-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#000;border:none;border-radius:6px;padding:.875rem 2rem;font-size:.95rem;font-weight:500;transition:all .2s}.add-to-cart-btn:hover{background:#333;transform:translateY(-1px)}.add-to-cart-btn:active{transform:translateY(0)}@media (max-width:968px){.room-card{grid-template-columns:1fr}.room-card-image-wrapper{min-height:200px}.room-card-content{padding:1.5rem}.room-card-footer{flex-direction:column;align-items:stretch;gap:1rem}.add-to-cart-btn{width:100%}}@media (max-width:640px){.room-card-title{font-size:1.25rem}.price-amount{font-size:1.5rem}.room-card-meta{flex-direction:column;gap:.5rem}.room-view-details-link{font-size:12px}.room-description{font-size:13px}}.room-card-quantity-wrapper{width:auto}.room-card-quantity-controls{background:#fff;border:1px solid #d0d0d0;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;width:auto;padding:.5rem 1rem;display:flex}.quantity-btn{cursor:pointer;color:#333;background:#fff;border:1px solid #d0d0d0;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.125rem;font-weight:600;line-height:1;transition:all .2s;display:flex}.quantity-btn:hover:not(:disabled){background:#f5f5f5;border-color:#333}.quantity-btn:active:not(:disabled){transform:scale(.95)}.quantity-btn:disabled{color:#bbb;cursor:not-allowed;opacity:.6;background-color:#f0f0f0;border-color:#e0e0e0}.quantity-btn:disabled:hover{color:#bbb;background-color:#f0f0f0;border-color:#e0e0e0;transform:none}.quantity-value{color:#000;text-align:center;min-width:40px;font-size:1rem;font-weight:700}@media (max-width:768px){.room-card-quantity-controls{padding:.375rem}.quantity-btn{width:28px;height:28px;font-size:1rem}.quantity-value{min-width:28px;font-size:.95rem}}@media (max-width:480px){.quantity-btn{width:26px;height:26px;font-size:.95rem}.quantity-value{min-width:24px;font-size:.9rem}}
.room-list{width:100%;min-width:0}.room-list-header{margin-bottom:2rem}.room-list-header h2{color:#000;margin:0 0 .5rem;font-size:1.75rem;font-weight:600}.room-list-info{color:#666;margin:0;font-size:.95rem}.room-list-grid{flex-direction:column;gap:1.5rem;min-width:0;display:flex}.room-list-empty{text-align:center;background:#fafafa;border:1px solid #e0e0e0;border-radius:8px;padding:4rem 2rem}.empty-icon{margin-bottom:1rem;font-size:4rem}.room-list-empty h3{margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.room-list-empty p{color:#666;margin:0;font-size:1rem}.room-list-loading{text-align:center;padding:4rem 2rem}.loading-spinner{border:4px solid #e0e0e0;border-top-color:#000;border-radius:50%;width:48px;height:48px;margin:0 auto 1rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.room-list-loading p{color:#666;margin:0;font-size:1rem}.room-list-error{text-align:center;background:#fff5f5;border:1px solid #fcc;border-radius:8px;padding:4rem 2rem}.error-icon{margin-bottom:1rem;font-size:4rem}.room-list-error h3{color:#c00;margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.room-list-error p{color:#666;margin:0;font-size:1rem}.room-availability-wrapper{-webkit-overflow-scrolling:touch;border-radius:12px;width:100%;min-width:0;max-width:100%;margin-bottom:20px;overflow-x:auto}.room-availability-table{border-collapse:separate;border-spacing:0;table-layout:auto;border-radius:12px;width:100%;overflow:hidden}.room-availability-table th,.room-availability-table td{text-align:center;white-space:nowrap;color:#000;background-color:#fff;border:1px solid #000;padding:8px}.room-availability-table thead th{color:#fff;background-color:#000;border:1px solid #fff}.room-availability-table th:first-child,.room-availability-table td:first-child{z-index:1;text-align:left;background-color:#fff;position:-webkit-sticky;position:sticky;left:0}.room-availability-table thead th:first-child{z-index:3;color:#fff;background-color:#000}.room-availability-table tbody tr:hover{background-color:#f9f9f9}.room-availability-table tbody tr:hover td:first-child{background-color:#fff}.room-availability-table th:first-child,.room-availability-table td:first-child{min-width:150px;max-width:150px}.room-availability-table th:not(:first-child),.room-availability-table td:not(:first-child){min-width:60px}@media (min-width:769px){.page-grid-container{grid-template-columns:minmax(0,1fr) auto;gap:1.5rem;display:grid}.room-list,.room-list-grid{min-width:0}.room-availability-wrapper{min-width:0;overflow-x:auto}}@media (max-width:768px){.room-availability-wrapper{width:100%;max-width:100vw;margin-left:0;margin-right:0}.room-availability-table th:not(:first-child),.room-availability-table td:not(:first-child){min-width:50px}.room-availability-table th:first-child,.room-availability-table td:first-child{min-width:120px;max-width:120px}.room-availability-table th,.room-availability-table td{padding:6px;font-size:.85rem}}
.Cart-module__vQrdWa__cartContainer{background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;max-height:calc(100vh - 4rem);display:flex;position:-webkit-sticky;position:sticky;top:2rem;overflow:hidden}.Cart-module__vQrdWa__cartEmpty{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:3rem 1.5rem;display:flex}.Cart-module__vQrdWa__cartEmptyIcon{opacity:.3;margin-bottom:1rem;font-size:4rem}.Cart-module__vQrdWa__cartEmpty h3{color:#000;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.Cart-module__vQrdWa__cartEmpty p{color:#666;margin:0;font-size:.95rem}.Cart-module__vQrdWa__checkoutSummarySection{flex-direction:column;flex:1;min-height:0;display:flex;overflow-x:hidden;overflow-y:auto}.Cart-module__vQrdWa__summaryCard{background:#fff;flex-direction:column;height:100%;min-height:0;display:flex}.Cart-module__vQrdWa__summaryCardContent{flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem 1.5rem 0;display:flex;overflow-y:auto}.Cart-module__vQrdWa__summaryCardContent::-webkit-scrollbar{width:6px}.Cart-module__vQrdWa__summaryCardContent::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.Cart-module__vQrdWa__summaryCardContent::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px}.Cart-module__vQrdWa__summaryCardContent::-webkit-scrollbar-thumb:hover{background:#999}.Cart-module__vQrdWa__summaryCardFooter{z-index:20;background:#fff;border-top:2px solid #f0f0f0;padding:1rem 1.5rem 1.5rem;position:-webkit-sticky;position:sticky;bottom:0;box-shadow:0 -4px 12px rgba(0,0,0,.15)}.Cart-module__vQrdWa__breakdownTotal{z-index:15;background:#fff;padding-bottom:.75rem;position:-webkit-sticky;position:sticky;bottom:56px;box-shadow:0 -6px 10px rgba(0,0,0,.05)}.Cart-module__vQrdWa__summaryHeader{border-bottom:2px solid #000;justify-content:space-between;align-items:center;padding-bottom:.75rem;display:flex}.Cart-module__vQrdWa__summaryTitle{color:#000;margin:0;font-size:1.25rem;font-weight:600}.Cart-module__vQrdWa__cartClearBtn{color:#666;cursor:pointer;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;padding:.375rem .875rem;font-size:.875rem;font-weight:500;transition:all .2s}.Cart-module__vQrdWa__cartClearBtn:hover{color:#333;background:#e0e0e0}.Cart-module__vQrdWa__summaryDates{background:#fafafa;border-radius:6px;align-items:center;gap:1rem;padding:1rem;display:flex}.Cart-module__vQrdWa__dateItem{flex-direction:column;flex:1;gap:.25rem;display:flex}.Cart-module__vQrdWa__dateLabel{color:#666;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.Cart-module__vQrdWa__dateValue{color:#000;font-size:.95rem;font-weight:500}.Cart-module__vQrdWa__dateDivider{color:#666;font-size:1.25rem}.Cart-module__vQrdWa__summaryNights{text-align:center;color:#666;background:#f5f5f5;border-radius:4px;padding:.5rem;font-size:.95rem;font-weight:500}.Cart-module__vQrdWa__summaryRooms{flex-direction:column;gap:.75rem;display:flex}.Cart-module__vQrdWa__summarySectionTitle{color:#000;margin:0 0 1rem;font-size:1rem;font-weight:600}.Cart-module__vQrdWa__summaryRoomItem{border:1px solid #e0e0e0;border-radius:6px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.Cart-module__vQrdWa__roomItemHeader{justify-content:space-between;align-items:center;gap:1rem;display:flex}.Cart-module__vQrdWa__roomItemName{color:#000;flex:1;font-size:1rem;font-weight:600}.Cart-module__vQrdWa__roomItemControls,.Cart-module__vQrdWa__cartQuantityControls{align-items:center;gap:.5rem;display:flex}.Cart-module__vQrdWa__quantityBtn{cursor:pointer;color:#333;background:#fff;border:1px solid #d0d0d0;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:1rem;line-height:1;transition:all .2s;display:flex}.Cart-module__vQrdWa__quantityBtn:hover:not(:disabled){background:#f5f5f5;border-color:#333}.Cart-module__vQrdWa__quantityBtn:disabled{opacity:.5;cursor:not-allowed}.Cart-module__vQrdWa__quantityValue{color:#000;text-align:center;min-width:24px;font-size:.875rem;font-weight:600}.Cart-module__vQrdWa__cartAvailabilityWarning{color:#856404;background:#fff3cd;border:1px solid #ffeaa7;border-radius:4px;padding:.5rem;font-size:.75rem;font-weight:500}.Cart-module__vQrdWa__roomItemDetails{border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding-top:.5rem;display:flex}.Cart-module__vQrdWa__roomItemPrice{color:#666;font-size:.875rem}.Cart-module__vQrdWa__roomItemTotal{color:#000;font-size:1rem;font-weight:700}.Cart-module__vQrdWa__summaryBreakdown{flex-direction:column;gap:.625rem;display:flex}.Cart-module__vQrdWa__breakdownRow{justify-content:space-between;align-items:center;display:flex}.Cart-module__vQrdWa__breakdownLabel{color:#666;font-size:.95rem;font-weight:500}.Cart-module__vQrdWa__breakdownValue{color:#000;font-size:.95rem;font-weight:600}.Cart-module__vQrdWa__cartCheckoutBtn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:6px;width:100%;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s}.Cart-module__vQrdWa__cartCheckoutBtn:hover{background:#333;transform:translateY(-1px)}.Cart-module__vQrdWa__cartCheckoutBtn:active{transform:translateY(0)}@media (max-width:1024px){.Cart-module__vQrdWa__cartContainer{max-height:none;margin-top:1rem;position:relative;top:0}.Cart-module__vQrdWa__checkoutSummarySection{max-height:600px}}@media (max-width:768px){.Cart-module__vQrdWa__cartContainer{border-left:none;border-right:none;border-radius:0}.Cart-module__vQrdWa__summaryCardContent{padding:1rem 1rem 7rem}.Cart-module__vQrdWa__summaryCardFooter{padding:1rem}.Cart-module__vQrdWa__summaryTitle{font-size:1.125rem}.Cart-module__vQrdWa__summaryDates{flex-direction:column;align-items:stretch;gap:.75rem}.Cart-module__vQrdWa__dateDivider{display:none}.Cart-module__vQrdWa__roomItemHeader{flex-direction:column;align-items:flex-start;gap:.75rem}.Cart-module__vQrdWa__roomItemControls{justify-content:flex-start;width:100%}}.Cart-module__vQrdWa__capacityErrorsContainer{flex-direction:column;gap:.5rem;margin:.75rem 0;display:flex}.Cart-module__vQrdWa__capacityErrorCompact{color:#dc3545;background:#fee;border-left:3px solid #dc3545;border-radius:3px;padding:.5rem .75rem;font-size:13px;font-weight:500;line-height:1.4}.Cart-module__vQrdWa__roomCapacityDetails{color:#6c757d;margin-top:.25rem;font-size:12px;font-weight:500}
.mobile-cart-bar{z-index:1000;background:#fff;border-top:2px solid #e0e0e0;padding:1rem;animation:.3s ease-out slideUp;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 12px rgba(0,0,0,.1)}@keyframes slideUp{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.mobile-cart-bar-content{justify-content:space-between;align-items:center;gap:1rem;max-width:100%;display:flex}.mobile-cart-info{flex-direction:column;gap:.25rem;display:flex}.mobile-cart-price{color:#000;font-size:1.5rem;font-weight:700;line-height:1.2}.mobile-cart-details{color:#666;font-size:.875rem;font-weight:500}.mobile-checkout-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#000;border:none;border-radius:6px;flex-shrink:0;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.mobile-checkout-btn:hover{background:#333}@media (max-width:1024px){.mobile-cart-bar{display:block}}@media (max-width:640px){.mobile-cart-bar{padding:.875rem 1rem}.mobile-cart-price{font-size:1.25rem}.mobile-cart-details{font-size:.8rem}.mobile-checkout-btn{padding:.75rem 1.25rem;font-size:.875rem}}.toast{z-index:1000;background:#fff;border-radius:8px;align-items:center;gap:1rem;max-width:90%;padding:1rem;animation:.3s ease-out forwards slideUp;display:flex;position:fixed;bottom:70px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px rgba(0,0,0,.15)}.toast-error{background:#fff5f5;border-left:4px solid #dc3545}.toast-success{background:#f0fdf4;border-left:4px solid #28a745}.toast-warning{background:#fffbf0;border-left:4px solid #ffc107}.toast-message{color:#333;flex:1;font-size:13px;font-weight:500;line-height:1.4}.toast-error .toast-message{color:#dc3545}.toast-success .toast-message{color:#28a745}.toast-warning .toast-message{color:#ff9800}.toast-close{color:#999;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:16px}@keyframes slideDown{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(20px)}}.mobile-cart-bar{z-index:99;background:#fff;border-top:1px solid #e0e0e0;padding:.75rem 1rem;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px rgba(0,0,0,.1)}.mobile-cart-bar-content{justify-content:space-between;align-items:center;gap:1rem;display:flex}.mobile-cart-info{flex:1}.mobile-cart-price{color:#1a1a1a;font-size:16px;font-weight:700}.mobile-cart-details{color:#999;margin-top:.25rem;font-size:12px}.mobile-checkout-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#000;border:none;border-radius:6px;padding:.6rem 1rem;font-size:13px;font-weight:600;transition:all .3s}.mobile-checkout-btn:hover{background:#000;box-shadow:0 4px 12px rgba(102,126,234,.3)}.mobile-checkout-btn:active{transform:scale(.98)}@media (max-width:1024px){.mobile-cart-bar{display:block}}@media (max-width:480px){.toast{max-width:none;bottom:60px;left:.5rem;right:.5rem;transform:none}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.toast-message{font-size:12px}.mobile-cart-bar{padding:.5rem}.mobile-cart-price{font-size:14px}.mobile-checkout-btn{padding:.5rem .8rem;font-size:12px}}
.booking-page{background-color:#fff;min-height:100vh}.filter-section-wrapper{background-color:#f8f8f8;border-bottom:1px solid #e0e0e0;padding:2rem 0}.booking-content{padding:3rem 0}.booking-container{grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:3rem;min-width:0;max-width:1400px;margin:0 auto;padding:0 2rem;display:grid}.room-list-section{width:100%;min-width:0}.cart-section{position:-webkit-sticky;position:sticky;top:2rem}@media (max-width:1024px){.booking-container{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.cart-section{display:none}.room-list-section{padding-bottom:120px}.booking-content{padding:2rem 0}}@media (max-width:768px){.booking-container{padding:0 1rem}.filter-section-wrapper,.booking-content{padding:1.5rem 0}.room-list-section{padding-bottom:110px}}@media (max-width:640px){.room-list-section{padding-bottom:100px}}
