*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f5f5f5;min-height:100vh;line-height:1.6;color:#333;overflow-x:hidden;-webkit-font-smoothing:antialiased}.container{max-width:1200px;margin:0 auto;background:#fff}.header{background:linear-gradient(135deg,#003580,#0057b8);color:#fff;padding:60px 30px;text-align:center;position:relative;overflow:hidden;box-shadow:0 4px 20px #0035804d}.header:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:rotate 30s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header h1{font-size:2.8rem;margin-bottom:15px;font-weight:700;text-shadow:0 2px 10px rgba(0,0,0,.3);position:relative;z-index:2}.header p{font-size:1.3rem;opacity:.95;position:relative;z-index:2}.progress-bar{display:flex;justify-content:space-between;padding:30px 40px;background:#fff;border-bottom:3px solid #f0f0f0;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000000d}.progress-step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;transition:all .3s ease}.progress-step:not(:last-child):after{content:"";position:absolute;top:20px;right:-50%;width:100%;height:3px;background:#e0e0e0;z-index:1;transition:all .5s ease}.progress-step.active:not(:last-child):after,.progress-step.completed:not(:last-child):after{background:#003580}.step-circle{width:45px;height:45px;border-radius:50%;background:#e0e0e0;display:flex;align-items:center;justify-content:center;font-weight:700;color:#999;position:relative;z-index:2;margin-bottom:12px;transition:all .3s ease;font-size:1.2rem}.progress-step.active .step-circle{background:#003580;color:#fff;transform:scale(1.15);box-shadow:0 4px 15px #00358066}.progress-step.completed .step-circle{background:#28a745;color:#fff}.step-label{font-size:.9rem;color:#999;text-align:center;font-weight:500}.progress-step.active .step-label{color:#003580;font-weight:600}.main-content{padding:50px 30px;max-width:1400px;margin:0 auto}.section-title{font-size:2.2rem;color:#003580;margin-bottom:40px;text-align:center;font-weight:700}.rooms-grid{display:flex;flex-direction:column;gap:30px;margin:40px 0}.room-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:all .3s ease;cursor:pointer;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:row;min-height:250px;position:relative}.room-card:hover{box-shadow:0 8px 25px #0000001f;border-color:#003580}.room-card.selected{border-color:#003580;border-width:3px;box-shadow:0 8px 30px #00358040}.room-card.whole-house{background:linear-gradient(135deg,#fef5e7,#fdebd0);border:3px solid #f39c12}.room-card.whole-house:hover{border-color:#e67e22}.room-card.whole-house.selected{border:4px solid #e67e22;box-shadow:0 8px 30px #e67e2266,0 0 0 4px #f39c1233;transform:scale(1.02)}.whole-house-badge{position:absolute;top:15px;left:15px;background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff;padding:8px 20px;border-radius:25px;font-weight:700;font-size:.9rem;z-index:10;box-shadow:0 4px 12px #f39c1266}.room-gallery{flex:0 0 400px;position:relative;overflow:hidden;background:linear-gradient(135deg,#e9ecef,#dee2e6);cursor:pointer;aspect-ratio:4 / 3;min-height:300px}.room-image{width:100%;height:100%;display:block;object-fit:cover;position:absolute;top:0;left:0;opacity:0;transition:opacity .5s ease-in-out}.room-image.loaded{opacity:1}.image-counter{position:absolute;bottom:15px;right:15px;background:#000000b3;color:#fff;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600;z-index:5}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:35px;height:35px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;z-index:5;font-size:1.2rem;color:#003580;font-weight:700}.room-gallery:hover .gallery-nav{opacity:1}.gallery-nav.prev{left:10px}.gallery-nav.next{right:10px}.gallery-nav:hover{background:#fff;box-shadow:0 2px 8px #0003}.room-info{flex:1;padding:30px;display:flex;flex-direction:column}.room-checkbox{position:absolute;top:20px;right:20px;width:30px;height:30px;cursor:pointer;z-index:10;accent-color:#003580}.room-name{font-size:1.6rem;font-weight:700;color:#003580;margin-bottom:8px}.room-description{color:#666;margin-bottom:15px;font-size:.95rem;line-height:1.5}.room-capacity{color:#666;margin-bottom:15px;font-size:.95rem;font-weight:500}.room-amenities{list-style:none;margin:15px 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px}.room-amenities li{padding:6px 0;color:#666;font-size:.9rem}.room-amenities li:before{content:"✓ ";color:#28a745;font-weight:700;margin-right:6px}.room-price-section{margin-top:auto;padding-top:15px}.room-price{font-size:1.5rem;font-weight:700;color:#003580;margin-bottom:8px}.room-price-section{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:15px}.book-now-btn{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;padding:12px 28px;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #28a7454d}.book-now-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #28a74566;background:linear-gradient(135deg,#20c997,#28a745)}.room-card.whole-house .book-now-btn{background:linear-gradient(135deg,#f39c12,#e67e22);box-shadow:0 4px 15px #f39c124d}.room-card.whole-house .book-now-btn:hover{box-shadow:0 8px 25px #f39c1266;background:linear-gradient(135deg,#e67e22,#f39c12)}.room-checkbox-wrapper{position:absolute;top:20px;right:20px;z-index:10;cursor:pointer}.room-checkbox-custom{width:36px;height:36px;border:3px solid #ccc;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.room-checkbox-wrapper:hover .room-checkbox-custom{border-color:#003580;transform:scale(1.05)}.room-checkbox-wrapper.checked .room-checkbox-custom{background:linear-gradient(135deg,#003580,#0057b8);border-color:#003580;box-shadow:0 4px 15px #00358066,0 0 0 4px #00358026;transform:scale(1.1)}.room-checkbox-custom svg{width:22px;height:22px;fill:#fff}.room-card.whole-house .room-checkbox-wrapper.checked .room-checkbox-custom{background:linear-gradient(135deg,#f39c12,#e67e22);border-color:#e67e22;box-shadow:0 4px 15px #e67e2266,0 0 0 4px #f39c1233}.room-card.whole-house .room-checkbox-wrapper:hover .room-checkbox-custom{border-color:#e67e22}.room-card-wrapper{display:flex;flex-direction:column}.selection-summary.inline{position:relative;bottom:auto;background:linear-gradient(135deg,#e7f3ff,#cfe7ff);border:3px solid #003580;border-radius:12px;padding:20px 30px;box-shadow:0 4px 20px #00358026;display:flex;justify-content:space-between;align-items:center;overflow:hidden}.selection-summary.inline .selection-info h3{margin:0 0 8px;color:#003580;font-size:1.2rem}.selection-summary.inline .selection-info p{margin:0;color:#0057b8;font-size:1rem;font-weight:500}.selection-summary{position:sticky;bottom:20px;background:#fff;border:3px solid #003580;border-radius:12px;padding:20px 30px;box-shadow:0 -4px 20px #00000026;margin-top:30px;display:none}.selection-summary.active{display:flex;justify-content:space-between;align-items:center}.selection-info h3{margin:0 0 8px;color:#003580;font-size:1.3rem}.selection-info p{margin:0;color:#666;font-size:1rem}.calendar-container{background:#fff;border-radius:12px;padding:30px;box-shadow:0 8px 30px #0000001a;margin:0 auto;max-width:900px;border:2px solid #f0f0f0}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}.calendar-nav{display:flex;gap:15px}.calendar-nav-btn{background:#003580;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-weight:600;cursor:pointer;transition:all .3s ease}.calendar-nav-btn:hover{background:#0057b8;transform:translateY(-2px)}.calendar-nav-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.calendar-title{font-size:1.5rem;font-weight:700;color:#003580}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-bottom:20px}.calendar-day-header{text-align:center;font-weight:700;color:#666;padding:12px;font-size:.9rem}.calendar-day{aspect-ratio:auto;border:2px solid #e0e0e0;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;background:#fff;padding:8px 4px;min-height:70px}.calendar-day-number{font-size:1.1rem;line-height:1}.calendar-day-price{font-size:.7rem;font-weight:600;color:#666;margin-top:2px;white-space:nowrap}.calendar-day-price.custom{color:#10b981;font-weight:700}.calendar-day.selected .calendar-day-price,.calendar-day.in-range .calendar-day-price{color:#fff}.calendar-day.unavailable .calendar-day-price{display:none}.calendar-day.empty{border:none;cursor:default}.calendar-day.past{color:#ccc;cursor:not-allowed;background:#f8f8f8}.calendar-day.available{background:#d4edda;border-color:#28a745;color:#155724}.calendar-day.available:hover{background:#c3e6cb;transform:scale(1.05)}.calendar-day.unavailable{background:#f8d7da;border-color:#dc3545;color:#721c24;cursor:not-allowed}.calendar-day.selected{background:#003580;border-color:#003580;color:#fff;transform:scale(1.05)}.calendar-day.in-range{background:#cfe2ff;border-color:#0d6efd;color:#003580}.calendar-day.hover-preview{background:#e7f3ff;border-color:#90c9ff;color:#003580}.calendar-day.start-selection{animation:pulse-selection 1.5s ease-in-out infinite}.calendar-day.checkout-day{position:relative;background:linear-gradient(to top right,#f8d7da 0% 49%,#aaa 49% 51%,#d4edda 51% 100%);border-color:#28a745;color:#155724;cursor:pointer}.calendar-day.checkout-day:hover{transform:scale(1.05)}.calendar-day.checkout-day .calendar-day-number,.calendar-day.checkout-day .calendar-day-price{position:relative;z-index:2;text-shadow:0 0 3px white,0 0 3px white}.calendar-day.checkin-day{position:relative;background:linear-gradient(to top right,#d4edda 0% 49%,#aaa 49% 51%,#f8d7da 51% 100%);border-color:#28a745;color:#155724;cursor:pointer}.calendar-day.checkin-day:hover{transform:scale(1.05)}.calendar-day.checkin-day .calendar-day-number,.calendar-day.checkin-day .calendar-day-price{position:relative;z-index:2;text-shadow:0 0 3px white,0 0 3px white}@keyframes pulse-selection{0%,to{box-shadow:0 0 #00358080;transform:scale(1.05)}50%{box-shadow:0 0 0 8px #00358000;transform:scale(1.06)}}.calendar-legend{display:flex;justify-content:center;gap:25px;margin-top:25px;padding-top:20px;border-top:2px solid #f0f0f0;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:8px;font-size:.9rem}.legend-color{width:20px;height:20px;border-radius:4px;border:2px solid #e0e0e0}.legend-color.available{background:#d4edda;border-color:#28a745}.legend-color.checkout-day{background:linear-gradient(to top right,#f8d7da 49%,#d4edda 51%);border-color:#28a745}.legend-color.checkin-day{background:linear-gradient(to top right,#d4edda 49%,#f8d7da 51%);border-color:#28a745}.legend-color.unavailable{background:#f8d7da;border-color:#dc3545}.legend-color.selected{background:#003580;border-color:#003580}.selected-dates-info{text-align:center;margin-top:25px;padding:20px;background:#e7f3ff;border-radius:12px;font-weight:600;color:#003580;font-size:1.1rem;min-height:60px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px}.selected-dates-summary{display:flex;flex-direction:column;gap:8px;width:100%}.dates-range{font-size:1rem;color:#0057b8}.price-calculation{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;font-size:1.1rem}.nights-count{background:#003580;color:#fff;padding:4px 12px;border-radius:20px;font-size:.95rem}.price-multiplier{color:#666;font-weight:500}.price-total{background:#28a745;color:#fff;padding:6px 16px;border-radius:20px;font-size:1.15rem;font-weight:700}.reset-dates-btn{padding:8px 16px;background:#dc3545;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.reset-dates-btn:hover{background:#c82333}.form-group{margin:25px 0}.form-group label{display:block;font-weight:600;color:#333;margin-bottom:10px;font-size:1.1rem}.form-group input,.form-group textarea{width:100%;padding:16px;border:2px solid #ddd;border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#003580;box-shadow:0 0 0 4px #0035801a}.form-group textarea{min-height:120px;resize:vertical}.summary-container{background:#f8f9fa;border-radius:12px;padding:35px;margin:30px 0;border:2px solid #e0e0e0}.summary-item{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid #ddd}.summary-item:last-child{border-bottom:none;font-size:1.4rem;font-weight:700;color:#003580;padding-top:20px;margin-top:10px;border-top:3px solid #003580}.summary-label{font-weight:600;color:#333}.summary-value{color:#666;text-align:right}.btn-container{display:flex;gap:15px;margin-top:40px;justify-content:center;flex-wrap:wrap}.btn{padding:16px 45px;border:none;border-radius:8px;font-size:1.15rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary{background:#003580;color:#fff;box-shadow:0 4px 15px #0035804d}.btn-primary:hover{background:#0057b8;transform:translateY(-3px);box-shadow:0 8px 25px #00358066}.btn-primary:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary{background:#fff;color:#003580;border:2px solid #003580}.btn-secondary:hover{background:#003580;color:#fff}.loading{text-align:center;padding:60px}.spinner{border:5px solid #f3f3f3;border-top:5px solid #003580;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-progress{margin-top:20px}.progress-text{text-align:center;color:#003580;font-weight:600;margin-bottom:10px;font-size:1rem}.progress-bar-container{width:100%;height:8px;background:#e0e0e0;border-radius:10px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#003580,#0057b8);border-radius:10px;transition:width .3s ease}.alert{position:fixed;top:20px;right:20px;padding:20px 30px;border-radius:8px;font-weight:600;z-index:1000;animation:slideInRight .3s ease;box-shadow:0 10px 30px #0003;max-width:400px}@keyframes slideInRight{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.alert.success{background:#d4edda;color:#155724;border-left:5px solid #28a745}.alert.error{background:#f8d7da;color:#721c24;border-left:5px solid #dc3545}.alert.warning{background:#fff3cd;color:#856404;border-left:5px solid #ffc107}.gallery-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;z-index:10000;display:flex;align-items:center;justify-content:center}.modal-content{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px 120px;position:relative}.modal-close{position:absolute;top:20px;right:30px;background:#fff;border:none;width:45px;height:45px;border-radius:50%;cursor:pointer;font-size:1.5rem;font-weight:700;color:#003580;display:flex;align-items:center;justify-content:center;z-index:10001;transition:all .3s ease}.modal-close:hover{background:#003580;color:#fff;transform:rotate(90deg)}.modal-image-container{max-width:90%;max-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;position:relative}.modal-main-image{max-width:100%;max-height:calc(100vh - 200px);object-fit:contain;border-radius:8px;box-shadow:0 10px 50px #00000080}.modal-nav{position:fixed;top:50%;transform:translateY(-50%);background:#fff;border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#003580;font-weight:700;z-index:10002;transition:all .3s ease}.modal-nav:hover{background:#003580;color:#fff}.modal-nav.prev{left:30px}.modal-nav.next{right:30px}.modal-thumbnails{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px;padding:15px;background:#00000080;border-radius:12px;max-width:90%;overflow-x:auto;z-index:10001}.thumbnail{width:80px;height:60px;object-fit:cover;border-radius:6px;cursor:pointer;opacity:.5;transition:all .3s ease;border:3px solid transparent}.thumbnail:hover{opacity:.8;transform:scale(1.05)}.thumbnail.active{opacity:1;border-color:#fff;transform:scale(1.05)}.modal-image-info{position:absolute;top:20px;left:30px;color:#fff;background:#000000b3;padding:12px 20px;border-radius:8px;font-size:1rem;font-weight:600;z-index:10001}.thank-you-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.thank-you-container{max-width:800px;width:100%;background:#fff;border-radius:16px;box-shadow:0 10px 50px #00000026;overflow:hidden}.thank-you-header{background:linear-gradient(135deg,#003580,#0057b8);color:#fff;padding:60px 40px;text-align:center;position:relative;overflow:hidden}.success-icon{width:80px;height:80px;margin:0 auto 20px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.success-icon svg{width:50px;height:50px;fill:#28a745}.thank-you-content{padding:50px 40px}.info-section{margin-bottom:40px}.info-section h2{font-size:1.5rem;color:#003580;margin-bottom:20px;font-weight:700;border-bottom:3px solid #003580;padding-bottom:10px}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:20px}.info-item{background:#f8f9fa;padding:20px;border-radius:10px;border-left:4px solid #003580;transition:all .3s ease}.info-item:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.info-label{font-size:.9rem;color:#666;font-weight:600;margin-bottom:5px;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:1.2rem;color:#333;font-weight:600}.highlight-box{background:linear-gradient(135deg,#e7f3ff,#cfe7ff);border:2px solid #003580;border-radius:12px;padding:30px;margin:30px 0;text-align:center}.highlight-box h3{color:#003580;font-size:1.3rem;margin-bottom:15px;font-weight:700}.price-display{font-size:2.5rem;color:#003580;font-weight:700;margin:20px 0}.next-steps{background:#fff3cd;border-left:5px solid #ffc107;padding:25px;border-radius:8px;margin:30px 0}.next-steps h3{color:#856404;font-size:1.3rem;margin-bottom:15px;font-weight:700}.next-steps ol{margin-left:20px;color:#856404;line-height:1.8}.next-steps li{margin-bottom:10px;font-size:1.05rem}.rooms-list{list-style:none;padding:0}.rooms-list li{background:#f8f9fa;padding:15px 20px;margin-bottom:10px;border-radius:8px;border-left:4px solid #28a745;font-size:1.1rem;font-weight:600;color:#333}.note-box{background:#e7f3ff;padding:20px;border-radius:10px;margin:20px 0;border-left:4px solid #003580}.action-buttons{display:flex;gap:15px;margin-top:40px;flex-wrap:wrap;justify-content:center}.availability-info{text-align:center;margin:20px 0;padding:15px 20px;border-radius:8px;font-weight:600;font-size:1.05rem}.availability-info.info{background:#e7f3ff;color:#003580;border:2px solid #003580}.availability-info.warning{background:#fff3cd;color:#856404;border:2px solid #ffc107}.availability-info.success{background:#d4edda;color:#155724;border:2px solid #28a745}.warning-box{background:#fff3cd;padding:25px;border-radius:8px;margin:25px 0;border-left:5px solid #ffc107}@media(max-width:768px){.main-content{padding:30px 15px}.header h1{font-size:2rem}.progress-bar{padding:20px 10px}.step-label{font-size:.75rem}.room-card{flex-direction:column;min-height:auto}.room-gallery{flex:0 0 auto;width:100%;min-height:250px;aspect-ratio:4 / 3}.gallery-nav{opacity:1}.room-info{padding:20px}.btn-container{flex-direction:column}.btn{width:100%}.selection-summary.active{flex-direction:column;gap:15px;text-align:center}.selection-summary.inline{flex-direction:column;gap:15px;text-align:center;padding:15px 20px}.room-price-section{flex-direction:column;gap:12px;align-items:flex-start}.book-now-btn{width:100%;padding:14px 20px}.room-checkbox-wrapper{top:15px;right:15px}.room-checkbox-custom{width:32px;height:32px}.calendar-container{padding:20px 15px}.calendar-header{flex-direction:column;gap:15px}.calendar-title{font-size:1.3rem}.calendar-nav-btn{padding:8px 15px;font-size:.9rem}.calendar-day-header{font-size:.8rem;padding:8px}.calendar-day{font-size:.9rem;min-height:60px;padding:4px 2px}.calendar-day-number{font-size:.95rem}.calendar-day-price{font-size:.6rem}.price-calculation{font-size:.95rem;gap:6px}.nights-count{font-size:.85rem;padding:3px 10px}.price-total{font-size:1rem;padding:5px 12px}.calendar-legend{flex-direction:column;gap:10px;align-items:flex-start}.selected-dates-info{font-size:1rem;padding:15px}.modal-content{padding:40px 10px 100px}.modal-close{top:10px;right:10px;width:40px;height:40px}.modal-image-info{top:10px;left:10px;font-size:.9rem;padding:8px 15px}.modal-nav{width:40px;height:40px;font-size:1.2rem}.modal-nav.prev{left:10px}.modal-nav.next{right:10px}.modal-thumbnails{bottom:10px;padding:10px;max-width:95%}.thumbnail{width:60px;height:45px}.thank-you-header{padding:40px 25px}.thank-you-header h1{font-size:2rem}.thank-you-content{padding:30px 25px}.info-grid{grid-template-columns:1fr}.action-buttons{flex-direction:column}.price-display{font-size:2rem}}@media(max-width:480px){.container{border-radius:0}.header h1{font-size:1.6rem}.success-icon{width:60px;height:60px}.success-icon svg{width:35px;height:35px}}.form-section-title{font-size:1.3rem;color:#003580;margin:35px 0 20px;padding-bottom:10px;border-bottom:2px solid #e0e0e0;font-weight:600}.form-section-title:first-child{margin-top:0}.form-row{display:flex;gap:15px}.form-group-small{flex:0 0 140px}.form-group-large{flex:1}.form-group select{width:100%;padding:16px;border:2px solid #ddd;border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit;background:#fff;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.form-group select:focus{outline:none;border-color:#003580;box-shadow:0 0 0 4px #0035801a}.checkbox-group{margin:25px 0}.checkbox-label{display:inline-flex;align-items:center;gap:12px;cursor:pointer;font-weight:500;color:#333;font-size:1rem;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{display:none}.checkbox-custom{width:24px;height:24px;min-width:24px;border:2px solid #ccc;border-radius:6px;background:#fff;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.checkbox-text{line-height:1.4}.checkbox-label:hover .checkbox-custom{border-color:#003580}.checkbox-label input[type=checkbox]:checked+.checkbox-custom{background:#003580;border-color:#003580}.checkbox-label input[type=checkbox]:checked+.checkbox-custom:after{content:"✓";color:#fff;font-size:14px;font-weight:700}.billing-address-section{background:#f8f9fa;border-radius:12px;padding:20px;margin-top:10px;border:2px solid #e0e0e0;overflow:hidden}.billing-address-section .form-section-title{margin-top:0;color:#666}@media(max-width:768px){.form-row{flex-direction:column;gap:0}.form-group-small,.form-group-large{flex:1}}.searchable-select{position:relative;width:100%}.searchable-select-trigger{width:100%;padding:16px;border:2px solid #ddd;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.searchable-select-trigger:hover{border-color:#003580}.searchable-select-trigger.open{border-color:#003580;box-shadow:0 0 0 4px #0035801a;border-bottom-left-radius:0;border-bottom-right-radius:0}.searchable-select-value{color:#333}.searchable-select-arrow{color:#666;transition:transform .2s ease}.searchable-select-trigger.open .searchable-select-arrow{transform:rotate(180deg)}.searchable-select-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #003580;border-top:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow:0 8px 25px #00000026;z-index:1000;overflow:hidden}.searchable-select-search{padding:12px;border-bottom:1px solid #e0e0e0;position:relative;background:#f8f9fa}.searchable-select-search input{width:100%;padding:12px 40px 12px 16px;border:2px solid #ddd;border-radius:6px;font-size:.95rem;transition:border-color .2s}.searchable-select-search input:focus{outline:none;border-color:#003580}.searchable-select-search .search-icon{position:absolute;right:24px;top:50%;transform:translateY(-50%);color:#999}.searchable-select-options{max-height:250px;overflow-y:auto}.searchable-select-option{padding:12px 16px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .15s}.searchable-select-option:hover{background:#e7f3ff}.searchable-select-option.selected{background:#003580;color:#fff}.searchable-select-option.selected:hover{background:#0057b8}.searchable-select-no-results{padding:20px;text-align:center;color:#999;font-style:italic}.searchable-select-options::-webkit-scrollbar{width:8px}.searchable-select-options::-webkit-scrollbar-track{background:#f1f1f1}.searchable-select-options::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.searchable-select-options::-webkit-scrollbar-thumb:hover{background:#999}.privacy-consent-section{margin-top:30px;padding:20px;background:#f8f9fa;border-radius:12px;border:2px solid #e0e0e0}.privacy-consent-section .checkbox-group{margin:0}.privacy-link{color:#003580;text-decoration:underline;font-weight:600;transition:color .2s}.privacy-link:hover{color:#0057b8}.privacy-policy-page{min-height:100vh;background:#f5f5f5;padding:40px 20px}.privacy-container{max-width:900px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 10px 50px #0000001a;overflow:hidden}.privacy-header{background:linear-gradient(135deg,#003580,#0057b8);color:#fff;padding:50px 40px;text-align:center}.privacy-header h1{font-size:2.5rem;margin-bottom:10px;font-weight:700}.privacy-header .last-updated{opacity:.9;font-size:1rem}.privacy-content{padding:50px 40px}.privacy-section{margin-bottom:40px}.privacy-section h2{font-size:1.5rem;color:#003580;margin-bottom:20px;padding-bottom:10px;border-bottom:3px solid #003580;font-weight:700}.privacy-section h3{font-size:1.15rem;color:#333;margin:25px 0 15px;font-weight:600}.privacy-section p{color:#555;line-height:1.8;margin-bottom:15px;text-align:justify}.privacy-section ul{margin:15px 0 15px 25px;color:#555;line-height:1.8}.privacy-section ul li{margin-bottom:8px}.privacy-section .info-box{background:#f8f9fa;border-left:4px solid #003580;padding:20px;border-radius:0 8px 8px 0;margin:20px 0}.privacy-section .info-box p{margin-bottom:8px;text-align:left}.privacy-section .info-box p:last-child{margin-bottom:0}.privacy-table{width:100%;border-collapse:collapse;margin:20px 0;font-size:.95rem}.privacy-table th,.privacy-table td{padding:15px;text-align:left;border-bottom:1px solid #e0e0e0}.privacy-table th{background:#003580;color:#fff;font-weight:600}.privacy-table tr:hover{background:#f8f9fa}.privacy-table td{color:#555}.gdpr-badge{margin-top:50px}.gdpr-compliance{display:flex;align-items:center;gap:25px;background:linear-gradient(135deg,#e7f3ff,#cfe7ff);padding:30px;border-radius:12px;border:2px solid #003580}.gdpr-compliance svg{flex-shrink:0}.gdpr-compliance h3{color:#003580;margin:0 0 10px;font-size:1.3rem}.gdpr-compliance p{margin:0;color:#333}.privacy-footer{padding:30px 40px;background:#f8f9fa;text-align:center;border-top:2px solid #e0e0e0}@media(max-width:768px){.privacy-policy-page{padding:20px 10px}.privacy-header{padding:35px 25px}.privacy-header h1{font-size:1.8rem}.privacy-content{padding:30px 25px}.privacy-section h2{font-size:1.3rem}.gdpr-compliance{flex-direction:column;text-align:center}.privacy-table{font-size:.85rem}.privacy-table th,.privacy-table td{padding:10px 8px}.privacy-footer{padding:25px}}.site-footer{background:linear-gradient(135deg,#003580,#0057b8);color:#fff;padding:0;margin-top:50px}.footer-content{max-width:1200px;margin:0 auto;padding:0 30px}.footer-main{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px;padding:50px 0;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand h3{font-size:1.5rem;font-weight:700;margin-bottom:10px}.footer-brand p{opacity:.85;font-size:1rem;line-height:1.6}.footer-links h4,.footer-social h4{font-size:1.1rem;font-weight:600;margin-bottom:20px;position:relative;padding-bottom:10px}.footer-links h4:after,.footer-social h4:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:#ffffff80}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#ffffffd9;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block}.footer-links a:hover{color:#fff;transform:translate(5px)}.social-icons{display:flex;gap:15px}.social-link{width:45px;height:45px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#fff}.social-link svg{width:22px;height:22px}.social-link:hover{transform:translateY(-3px)}.social-link.website:hover{background:#28a745;box-shadow:0 5px 20px #28a74566}.social-link.facebook:hover{background:#1877f2;box-shadow:0 5px 20px #1877f266}.social-link.instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);box-shadow:0 5px 20px #e1306c66}.footer-bottom{padding:25px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.footer-bottom p{margin:0;font-size:.9rem;opacity:.85}.footer-privacy a{color:#ffffffd9;text-decoration:none;transition:color .3s ease}.footer-privacy a:hover{color:#fff;text-decoration:underline}.thank-you-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:20px 20px 0}.thank-you-page .thank-you-container{margin-top:40px;margin-bottom:0}.thank-you-page .site-footer{width:100%;margin-top:auto}.privacy-policy-page{display:flex;flex-direction:column;min-height:100vh}.privacy-policy-page .privacy-container{flex:0 0 auto}.privacy-policy-page .site-footer{margin-top:auto}@media(max-width:768px){.footer-main{grid-template-columns:1fr;gap:30px;padding:40px 0;text-align:center}.footer-links h4:after,.footer-social h4:after{left:50%;transform:translate(-50%)}.social-icons{justify-content:center}.footer-bottom{flex-direction:column;text-align:center;padding:20px 0}}.error-boundary-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:20px}.error-boundary-content{max-width:600px;width:100%;background:#fff;border-radius:16px;padding:60px 40px;text-align:center;box-shadow:0 20px 60px #00358026}.error-icon{width:80px;height:80px;margin:0 auto 30px;background:linear-gradient(135deg,#003580,#0057b8);border-radius:50%;display:flex;align-items:center;justify-content:center}.error-icon svg{width:45px;height:45px;fill:#fff}.error-boundary-content h1{font-size:2rem;color:#003580;margin-bottom:15px;font-weight:700}.error-boundary-content .error-message{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:30px}.error-details{background:#f8f9fa;border-radius:8px;padding:20px;margin-bottom:30px;text-align:left;border:1px solid #e0e0e0}.error-details h3{font-size:.9rem;color:#dc3545;margin-bottom:10px;font-weight:600}.error-details pre{font-size:.8rem;color:#721c24;background:#f8d7da;padding:10px;border-radius:4px;overflow-x:auto;white-space:pre-wrap;word-break:break-word;margin:10px 0}.error-actions{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}@media(max-width:480px){.error-boundary-content{padding:40px 25px}.error-boundary-content h1{font-size:1.5rem}.error-actions{flex-direction:column}.error-actions .btn{width:100%}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}.skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:4px}.skeleton-card{pointer-events:none}.skeleton-card .room-gallery{background:#f0f0f0}.skeleton-image{width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}.skeleton-title{height:28px;width:70%;margin-bottom:15px}.skeleton-description{height:16px;width:100%;margin-bottom:10px}.skeleton-description.short{width:60%}.skeleton-capacity{height:16px;width:40%;margin-bottom:15px}.skeleton-amenities{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:15px 0}.skeleton-amenity{height:20px;width:80%}.skeleton-price{height:28px;width:120px}.skeleton-button{height:45px;width:100px;border-radius:8px}.calendar-skeleton{padding:30px}.skeleton-calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}.skeleton-nav-btn{height:40px;width:100px;border-radius:8px}.skeleton-month-title{height:30px;width:180px}.skeleton-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-bottom:20px}.skeleton-day-header{display:flex;justify-content:center;padding:12px}.skeleton-day-text{height:16px;width:20px}.skeleton-day{aspect-ratio:1;border-radius:8px;overflow:hidden}.skeleton-day .skeleton-shimmer{width:100%;height:100%}.skeleton-legend{display:flex;justify-content:center;gap:25px;margin-top:25px;padding-top:20px;border-top:2px solid #f0f0f0}.skeleton-legend-item{height:20px;width:100px}.skeleton-info-box{margin-top:25px;padding:18px;background:#f8f9fa;border-radius:8px;display:flex;justify-content:center}.skeleton-info-text{height:20px;width:300px}.guest-counter-section{background:#f8f9fa;border-radius:12px;padding:25px;margin:25px 0;border:2px solid #e0e0e0}.guest-counter-section h3{margin-top:0}.guest-counters-wrapper{display:flex;flex-direction:column;gap:20px}.guest-counter{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid #e0e0e0}.guest-counter:last-child{border-bottom:none;padding-bottom:0}.guest-counter-info{display:flex;flex-direction:column;gap:4px}.guest-counter-label{font-weight:600;color:#333;font-size:1.05rem}.guest-counter-description{font-size:.85rem;color:#666}.guest-counter-controls{display:flex;align-items:center;gap:15px}.guest-counter-btn{width:40px;height:40px;border-radius:50%;border:2px solid #003580;background:#fff;color:#003580;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.guest-counter-btn svg{width:20px;height:20px}.guest-counter-btn:hover:not(:disabled){background:#003580;color:#fff}.guest-counter-btn:disabled{border-color:#ccc;color:#ccc;cursor:not-allowed}.guest-counter-value{font-size:1.3rem;font-weight:700;color:#003580;min-width:40px;text-align:center}.guest-total{margin-top:20px;padding-top:20px;border-top:2px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.guest-total-label{font-weight:600;color:#333;font-size:1.1rem}.guest-total-value{font-size:1.2rem;font-weight:700;color:#003580}.guest-capacity-warning{margin-top:15px;padding:12px 15px;background:#fff3cd;border-radius:8px;border-left:4px solid #ffc107;font-size:.9rem;color:#856404}@media(max-width:480px){.guest-counter-section{padding:20px 15px}.guest-counter-btn{width:36px;height:36px}.guest-counter-value{font-size:1.1rem;min-width:30px}}.language-switcher{position:absolute;top:20px;right:20px;background:#ffffff26;border:2px solid rgba(255,255,255,.3);border-radius:25px;padding:8px 16px;color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;gap:8px}.language-switcher:hover{background:#ffffff40;border-color:#ffffff80}.language-switcher span{opacity:.6;transition:opacity .2s}.language-switcher span.active{opacity:1;font-weight:700}.language-switcher .separator{opacity:.4}@media(max-width:480px){.language-switcher{top:15px;right:15px;padding:6px 12px;font-size:.85rem}}.cookie-consent-overlay{position:fixed;bottom:0;left:0;right:0;z-index:9999;padding:20px;pointer-events:none}.cookie-consent-banner{max-width:800px;margin:0 auto;background:#fff;border-radius:16px;padding:24px;box-shadow:0 -4px 30px #00000026,0 0 0 1px #0000000d;pointer-events:all;display:flex;flex-direction:column;gap:20px}.cookie-consent-content{display:flex;align-items:flex-start;gap:16px}.cookie-icon{flex-shrink:0;width:48px;height:48px;background:linear-gradient(135deg,#003580,#0057b8);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.cookie-text h3{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:6px}.cookie-text p{font-size:.95rem;color:#666;line-height:1.5}.cookie-link{color:#003580;text-decoration:underline;font-weight:500}.cookie-link:hover{color:#0057b8}.cookie-consent-buttons{display:flex;gap:12px;justify-content:flex-end}.cookie-btn-decline{background:transparent;border:2px solid #ddd;color:#666;padding:10px 24px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s}.cookie-btn-decline:hover{background:#f5f5f5;border-color:#ccc}.cookie-btn-accept{background:linear-gradient(135deg,#003580,#0057b8);border:none;color:#fff;padding:10px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.cookie-btn-accept:hover{background:linear-gradient(135deg,#002a66,#004999);transform:translateY(-1px)}@media(max-width:600px){.cookie-consent-overlay{padding:12px}.cookie-consent-banner{padding:16px}.cookie-consent-content{flex-direction:column;align-items:center;text-align:center}.cookie-consent-buttons{flex-direction:column;width:100%}.cookie-btn-decline,.cookie-btn-accept{width:100%;padding:12px}}.admin-container{max-width:800px;margin:0 auto;padding:40px 20px;min-height:100vh;background:#f5f5f5}.admin-header{text-align:center;margin-bottom:40px;position:relative}.admin-header h1{font-size:2.2rem;color:#003580;font-weight:700;margin-bottom:10px}.admin-header .language-switcher{position:absolute;top:0;right:0;background:#003580;border-color:#003580}.admin-logout-btn{position:absolute;top:0;left:0;padding:8px 16px;font-size:.9rem}.admin-loading{text-align:center;padding:60px;color:#666;font-size:1.2rem}.admin-login-card,.admin-prices-card{background:#fff;border-radius:16px;padding:40px;box-shadow:0 10px 40px #0000001a}.admin-login-card h2,.admin-prices-card h2{font-size:1.5rem;color:#003580;margin-bottom:30px;text-align:center;font-weight:600}.admin-login-card .form-group{margin-bottom:20px}.admin-login-card .form-group label{display:block;margin-bottom:8px;font-weight:600;color:#333}.admin-login-card .form-group input{width:100%;padding:14px;border:2px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .2s}.admin-login-card .form-group input:focus{outline:none;border-color:#003580}.admin-btn{width:100%;margin-top:20px}.admin-error{background:#f8d7da;color:#721c24;padding:12px 16px;border-radius:8px;margin:15px 0;font-size:.95rem;border-left:4px solid #dc3545}.admin-success{background:#d4edda;color:#155724;padding:12px 16px;border-radius:8px;margin:15px 0;font-size:.95rem;border-left:4px solid #28a745}.admin-last-updated{text-align:center;color:#666;font-size:.9rem;margin-bottom:30px}.admin-prices-grid{display:flex;flex-direction:column;gap:25px;margin-bottom:30px}.admin-price-item{background:#f8f9fa;border-radius:12px;padding:20px;border:2px solid #e0e0e0}.admin-price-item label{display:block;font-weight:600;color:#333;margin-bottom:12px;font-size:1.05rem}.admin-price-input-wrapper{display:flex;align-items:center;gap:12px;margin-bottom:8px}.admin-price-input-wrapper input{flex:1;padding:14px;border:2px solid #ddd;border-radius:8px;font-size:1.1rem;font-weight:600;transition:border-color .2s}.admin-price-input-wrapper input:focus{outline:none;border-color:#003580}.admin-price-currency{color:#666;font-size:.95rem;font-weight:500;white-space:nowrap}.admin-price-info{display:flex;flex-direction:column;gap:4px;margin-top:4px}.admin-price-current{color:#666;font-weight:500;font-size:.9rem}.admin-price-new{color:#003580;font-weight:600;font-size:.95rem}.admin-save-btn{width:100%;margin-top:20px;padding:16px;font-size:1.1rem}@media(max-width:600px){.admin-container{padding:20px 15px}.admin-header h1{font-size:1.6rem;margin-top:50px}.admin-header .language-switcher{top:0;right:0}.admin-logout-btn{position:relative;display:block;margin:20px auto 0;width:fit-content}.admin-login-card,.admin-prices-card{padding:25px 20px}.admin-price-input-wrapper{flex-direction:column;align-items:stretch}.admin-price-currency{text-align:right}}.admin-container-wide{max-width:1400px}.admin-tabs{display:flex;gap:10px;margin-bottom:25px;padding:0 10px}.admin-tab{flex:1;padding:14px 24px;border:2px solid #e0e0e0;border-radius:10px;background:#fff;color:#666;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.admin-tab:hover{border-color:#003580;color:#003580}.admin-tab.active{background:#003580;border-color:#003580;color:#fff}.admin-calendar-card{max-width:100%;overflow:hidden}.admin-calendar-description{text-align:center;color:#666;margin-bottom:30px;font-size:.95rem}.room-selector{margin-bottom:30px;padding:15px;background:#f8f9fa;border-radius:12px;border:2px solid #e0e0e0;box-sizing:border-box}.room-selector-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.room-selector-header h3{margin:0;font-size:1.1rem;color:#333}.room-selector-all-btn{padding:6px 14px;border:2px solid #003580;border-radius:6px;background:#fff;color:#003580;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.room-selector-all-btn:hover{background:#003580;color:#fff}.room-selector-grid{display:flex;flex-wrap:wrap;gap:8px}.room-selector-item{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s;font-size:.85rem}.room-selector-item:hover{border-color:#003580}.room-selector-item input[type=checkbox]{display:none}.room-selector-checkbox{width:20px;height:20px;border:2px solid #ccc;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}.room-selector-item input:checked+.room-selector-checkbox{background:#003580;border-color:#003580}.room-selector-item input:checked+.room-selector-checkbox:after{content:"✓";color:#fff;font-size:12px;font-weight:700}.room-selector-item.active{background:#e7f3ff;border-color:#003580}.room-selector-label{font-weight:500;color:#333}.room-selector-color-dot{width:12px;height:12px;border-radius:3px;flex-shrink:0}.room-selector.toggle .room-selector-item{padding:8px 12px}.room-selector.toggle .room-selector-checkbox{width:18px;height:18px}.room-selector.toggle .room-selector-item input:checked+.room-selector-checkbox:after{font-size:10px}.admin-calendar-container{background:#fff;border-radius:12px;padding:25px;margin-bottom:25px;border:2px solid #e0e0e0}.admin-calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #f0f0f0}.admin-calendar-nav-btn{padding:10px 18px;border:none;border-radius:8px;background:#003580;color:#fff;font-weight:600;cursor:pointer;transition:all .2s}.admin-calendar-nav-btn:hover{background:#0057b8}.admin-calendar-title{font-size:1.3rem;font-weight:700;color:#003580}.admin-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-bottom:20px}.admin-calendar-day-header{text-align:center;font-weight:700;color:#666;padding:10px;font-size:.85rem}.admin-calendar-day{min-height:90px;border:2px solid #e0e0e0;border-radius:8px;padding:6px;display:flex;flex-direction:column;align-items:stretch;cursor:pointer;transition:all .2s;background:#fff}.admin-calendar-day.multi-room{min-height:120px}.admin-calendar-day.empty{border:none;cursor:default}.admin-calendar-day:not(.empty):hover{border-color:#003580;transform:scale(1.02)}.admin-calendar-day.selected{background:#003580;border-color:#003580;color:#fff}.admin-calendar-day.hover-range{background:#e7f3ff;border-color:#90c9ff}.admin-calendar-day.range-start{background:#003580;border-color:#003580;color:#fff}.admin-calendar-day.has-custom-price{border-color:#10b981}.admin-calendar-day.has-custom-price.selected{background:#003580;border-color:#003580;color:#fff}.admin-calendar-day-number{font-size:1rem;font-weight:700;line-height:1;text-align:center;color:#333;margin-bottom:4px}.admin-calendar-day.selected .admin-calendar-day-number{color:#fff}.admin-calendar-day-prices{display:flex;flex-direction:column;gap:1px;flex:1;overflow:hidden;width:100%}.admin-calendar-room-price{display:flex;align-items:center;justify-content:space-between;padding:1px 3px;border-radius:3px;background:#00000008;font-size:.55rem;border-left:2px solid var(--room-color, #ccc);white-space:nowrap;overflow:hidden}.admin-calendar-room-price.custom{background:transparent}.admin-calendar-room-price .room-label{font-weight:700;color:var(--room-color, #666);font-size:.5rem;min-width:16px;flex-shrink:0}.admin-calendar-room-price .room-price{font-weight:600;color:#333;font-size:.55rem;overflow:hidden;text-overflow:ellipsis}.admin-calendar-room-price.custom .room-price{color:#10b981;font-weight:700}.admin-calendar-day.selected .admin-calendar-room-price{background:#fff3;border-left-color:#fff9}.admin-calendar-day.selected .admin-calendar-room-price .room-label,.admin-calendar-day.selected .admin-calendar-room-price .room-price{color:#fff}.admin-calendar-day-price{font-size:.7rem;font-weight:600;color:#28a745;margin-top:4px}.admin-calendar-day-price.custom{color:#e67e22}.admin-calendar-day.selected .admin-calendar-day-price,.admin-calendar-day.range-start .admin-calendar-day-price{color:#fff}.admin-room-legend{display:flex;justify-content:center;gap:15px;margin-top:20px;padding:12px 15px;background:#f8f9fa;border-radius:8px;flex-wrap:wrap}.admin-room-legend-item{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600}.admin-room-legend-color{width:14px;height:14px;border-radius:3px}.admin-calendar-legend{display:flex;justify-content:center;gap:25px;margin-top:15px;padding-top:15px;border-top:2px solid #f0f0f0;flex-wrap:wrap}.admin-legend-item{display:flex;align-items:center;gap:8px;font-size:.85rem}.admin-legend-color{width:18px;height:18px;border-radius:4px;border:2px solid #e0e0e0}.admin-legend-color.default{background:#fff}.admin-legend-color.custom{background:#fff;border-color:#10b981;position:relative}.admin-legend-color.custom:after{content:"";position:absolute;right:2px;bottom:2px;width:6px;height:6px;background:#10b981;border-radius:2px}.admin-legend-color.selected{background:#003580;border-color:#003580}.admin-calendar-selection-info{display:flex;justify-content:space-between;align-items:center;margin-top:15px;padding:12px 16px;background:#e7f3ff;border-radius:8px;font-weight:600;color:#003580}.admin-clear-selection-btn{padding:6px 14px;border:none;border-radius:6px;background:#dc3545;color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s}.admin-clear-selection-btn:hover{background:#c82333}.admin-calendar-hint{text-align:center;margin-top:15px;padding:10px;background:#fff3cd;border-radius:8px;color:#856404;font-weight:500}.price-editor{padding:20px;background:#f8f9fa;border-radius:12px;border:2px solid #e0e0e0;box-sizing:border-box}.price-editor h3{margin:0 0 20px;font-size:1.2rem;color:#333}.price-editor-warning{padding:15px;background:#e7f3ff;border-radius:8px;color:#003580;text-align:center;font-weight:500}.price-editor-info{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;padding:15px;background:#fff;border-radius:8px;border:1px solid #e0e0e0}.price-editor-info-item{display:flex;justify-content:space-between}.price-editor-label{color:#666;font-weight:500}.price-editor-value{color:#333;font-weight:600}.price-editor-input-group{margin-bottom:20px}.price-editor-input-group label{display:block;margin-bottom:8px;font-weight:600;color:#333}.price-editor-input-wrapper{display:flex;align-items:center;gap:12px}.price-editor-input-wrapper input{flex:1;padding:14px;border:2px solid #ddd;border-radius:8px;font-size:1.1rem;font-weight:600}.price-editor-input-wrapper input:focus{outline:none;border-color:#003580}.price-editor-currency{color:#666;font-weight:500;white-space:nowrap}.price-editor-actions{display:flex;gap:12px}.price-editor-actions .btn{flex:1;padding:14px}.price-editor-delete-btn{background:#fff;color:#6b7280;border:2px solid #d1d5db}.price-editor-delete-btn:hover{background:#f3f4f6;color:#374151;border-color:#9ca3af}.price-editor-delete-btn:disabled{opacity:.5;cursor:not-allowed}.admin-message{margin-top:20px;padding:12px 16px;border-radius:8px;font-weight:500;text-align:center}.admin-message.success{background:#d4edda;color:#155724;border-left:4px solid #28a745}.admin-message.error{background:#f8d7da;color:#721c24;border-left:4px solid #dc3545}.calendar-prices-tab{display:flex;flex-direction:column;gap:20px;width:100%;box-sizing:border-box}.calendar-prices-layout{display:grid;grid-template-columns:1fr 320px;gap:20px;align-items:start;width:100%;box-sizing:border-box}.calendar-prices-main{display:flex;flex-direction:column;gap:20px}.calendar-prices-sidebar{display:flex;flex-direction:column;gap:20px;position:sticky;top:20px;min-width:0;overflow:hidden}.calendar-view-selector,.calendar-edit-selector{background:#fff}.calendar-view-selector .room-selector,.calendar-edit-selector .room-selector{margin-bottom:0}.admin-default-prices-note{text-align:center;color:#666;font-size:.95rem;margin-bottom:20px;padding:15px;background:#e7f3ff;border-radius:8px;border-left:4px solid #003580}.price-editor-note{padding:12px 15px;background:#fff3cd;border-radius:8px;color:#856404;font-size:.9rem;margin-bottom:15px;border-left:4px solid #ffc107}.price-editor-rooms-list{font-size:.9rem}.admin-calendar-instructions{text-align:center;padding:12px 18px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:8px;color:#0369a1;font-size:.9rem;font-weight:500;margin-bottom:15px;border:1px solid #bae6fd}.admin-calendar-day.drag-select{background:#cfe2ff;border-color:#90c9ff}.admin-calendar-day.drag-deselect{background:#fef2f2;border-color:#fca5a5;opacity:.7}.admin-calendar-day.drag-deselect .admin-calendar-day-number{text-decoration:line-through;color:#dc2626}.price-breakdown-container{margin:25px 0;padding:20px;background:#f8f9fa;border-radius:12px;border:2px solid #e0e0e0}.price-breakdown-title{font-size:1.1rem;color:#003580;margin:0 0 15px;padding-bottom:10px;border-bottom:2px solid #e0e0e0}.price-breakdown-list{display:flex;flex-direction:column;gap:8px}.price-breakdown-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#fff;border-radius:6px;border:1px solid #e0e0e0}.price-breakdown-item.custom{background:#fff9e6;border-color:#ffc107}.price-breakdown-date{color:#333;font-weight:500}.price-breakdown-price{display:flex;align-items:center;gap:8px;font-weight:600;color:#003580}.price-breakdown-badge{font-size:.7rem;padding:2px 6px;background:#f39c12;color:#fff;border-radius:4px;text-transform:uppercase}@media(max-width:1024px){.calendar-prices-layout{grid-template-columns:1fr}.calendar-prices-sidebar{position:static}}@media(max-width:768px){.admin-tabs,.room-selector-grid{flex-direction:column}.room-selector-item{width:100%}.admin-calendar-day{min-height:70px;padding:4px}.admin-calendar-day.multi-room{min-height:100px}.admin-calendar-day-number{font-size:.85rem}.admin-calendar-day-price{font-size:.6rem}.admin-calendar-room-price{font-size:.5rem;padding:1px 2px}.admin-calendar-room-price .room-label{font-size:.45rem;min-width:14px}.admin-calendar-room-price .room-price{font-size:.5rem}.admin-calendar-legend{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:15px}.admin-calendar-selection-info{flex-direction:column;gap:10px;text-align:center}.price-editor-actions{flex-direction:column}.price-editor-input-wrapper{flex-direction:column;align-items:stretch}.price-editor-currency{text-align:right}.admin-calendar-instructions{font-size:.75rem;padding:10px 12px}}
