.app{min-height:100vh;display:flex;flex-direction:column}header{background:#1a73e8;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000001a}header h1{font-size:1.5rem}.api-counter{background:#fff3;padding:.5rem 1rem;border-radius:20px;font-size:.9rem}main{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.search-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.search-form h2{margin-bottom:1.5rem;color:#1a73e8}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#555}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}button{background:#1a73e8;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;font-size:1rem;cursor:pointer;transition:background .2s}button:hover{background:#1557b0}button:disabled{background:#ccc;cursor:not-allowed}.hotel-results{margin-top:2rem}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.results-header h2{color:#333;margin:0}.results-count{color:#666;font-size:.95rem}.hotels-list{display:flex;flex-direction:column}.hotel-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.image-carousel{width:100%}.carousel-main{position:relative;width:100%;padding-bottom:66.67%;background:#f0f0f0;overflow:hidden}.carousel-main img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;background:#f5f5f5}.hotel-image-placeholder{width:100%;height:250px;background:#f0f0f0;display:flex;align-items:center;justify-content:center}.no-image,.image-error{color:#999;font-size:.9rem}.image-error-container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:24px;cursor:pointer;transition:background .3s;z-index:2}.carousel-btn:hover{background:#000000b3}.carousel-btn.prev{left:10px}.carousel-btn.next{right:10px}.carousel-indicators{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:5px;align-items:center}.indicator{width:8px;height:8px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:background .3s}.indicator.active{background:#fff}.more-images{color:#fff;font-size:.75rem;margin-left:5px}.carousel-thumbnails{display:flex;gap:4px;padding:8px;background:#f8f8f8;overflow-x:auto}.thumbnail{flex-shrink:0;width:60px;height:45px;border:2px solid transparent;cursor:pointer;overflow:hidden;border-radius:4px;background:#e0e0e0}.thumbnail img{width:100%;height:100%;object-fit:contain;background:#fff}.thumbnail.active{border-color:#1a73e8}.thumb-error{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:20px}.hotel-content{padding:1rem 1.5rem}.hotel-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem}.hotel-header h3{color:#1a73e8;font-size:1.25rem}.category{background:#f0f0f0;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;color:#666}.hotel-info{margin-bottom:1rem}.zone{color:#666;margin-bottom:.5rem}.price-range{font-weight:700;color:#2e7d32}.room-list{border-top:1px solid #eee;padding-top:1rem}.room-list h4{margin:1rem 0 .5rem;color:#555;font-size:1rem}.room{border-top:1px solid #eee;padding:1rem 0}.room-name{font-weight:500;color:#333}.rate{background:#f8f8f8;padding:1rem;margin:.5rem 0;border-radius:4px}.rate-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.board{color:#666;font-size:.9rem}.price{font-weight:700;color:#2e7d32;font-size:1.1rem}.rate-details{display:flex;gap:1rem;margin-bottom:.5rem;font-size:.85rem}.rate-type{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.rate-type.BOOKABLE{background:#e8f5e9;color:#2e7d32}.rate-type.RECHECK{background:#fff3e0;color:#f57c00}.cancellation{color:#666}.select-btn{margin-top:.5rem;padding:.5rem 1rem;font-size:.9rem}.booking-form-container{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.booking-summary{background:#f8f8f8;padding:1.5rem;border-radius:4px;margin-bottom:2rem}.booking-summary h3{color:#1a73e8;margin-bottom:1rem}.booking-summary p{margin-bottom:.5rem}.cancellation-policy{margin-top:1rem;padding-top:1rem;border-top:1px solid #ddd}.cancellation-policy h4{color:#d32f2f;margin-bottom:.5rem}.booking-form h3{color:#333;margin-bottom:1rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.cancel-btn{background:#666}.confirm-btn{background:#2e7d32}.confirm-btn:hover{background:#1b5e20}.error-message{background:#ffebee;color:#c62828;padding:1rem;border-radius:4px;margin:1rem 0}.no-results{text-align:center;padding:3rem;color:#666}.description{color:#666;font-size:.9rem;line-height:1.4;margin:.5rem 0}.facilities{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0}.facility-tag{background:#e3f2fd;color:#1976d2;padding:.25rem .5rem;border-radius:12px;font-size:.75rem}.compact-search-form{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:1rem;margin-bottom:2rem}.search-main-row{display:flex;gap:.5rem;align-items:flex-end}.search-field{flex:1;min-width:0}.search-field label{display:block;font-size:.75rem;color:#666;margin-bottom:.25rem;font-weight:500}.search-field input,.search-field select,.guest-selector{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:.95rem;background:#fff;transition:border-color .2s}.search-field input:focus,.search-field select:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e81a}.destination-field{flex:2}.date-field{flex:1.2}.guest-field{flex:1.5;position:relative}.guest-selector{text-align:left;cursor:pointer;background:#fff 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='%23666' d='M6 9L2 5h8z'/%3E%3C/svg%3E") no-repeat right 12px center;padding-right:30px}.guest-selector:hover{border-color:#999}.guest-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 12px #00000026;padding:1rem;margin-top:4px;z-index:100}.guest-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.counter{display:flex;align-items:center;gap:.75rem}.counter button{width:32px;height:32px;border:1px solid #ddd;background:#fff;border-radius:50%;font-size:1.2rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.counter button:hover{background:#f0f0f0;border-color:#999}.counter span{min-width:20px;text-align:center;font-weight:500}.children-ages{padding:.5rem 0;border-top:1px solid #eee;margin-top:.5rem}.children-ages label{display:block;font-size:.85rem;color:#666;margin-bottom:.5rem}.children-ages select{width:60px;padding:.25rem;margin-right:.5rem;border:1px solid #ddd;border-radius:4px;font-size:.85rem}.done-btn{width:100%;padding:.5rem;background:#1a73e8;color:#fff;border:none;border-radius:4px;margin-top:.5rem;cursor:pointer;font-size:.9rem}.done-btn:hover{background:#1557b0}.search-btn{padding:.75rem 2rem;background:#1a73e8;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s;white-space:nowrap}.search-btn:hover{background:#1557b0}.search-btn:disabled{background:#ccc;cursor:not-allowed}.search-filters-row{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #eee}.toggle-filters{background:none;border:none;color:#1a73e8;cursor:pointer;font-size:.9rem;padding:.25rem 0;margin-bottom:.75rem}.toggle-filters:hover{text-decoration:underline}.filters-content{display:flex;gap:1rem;flex-wrap:wrap}.filter-field{flex:1;min-width:150px}.filter-field label{display:block;font-size:.75rem;color:#666;margin-bottom:.25rem;font-weight:500}.filter-field select,.filter-field input{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;background:#fff}@media (max-width: 968px){.search-main-row{flex-wrap:wrap}.destination-field{flex:1 1 100%;margin-bottom:.5rem}.date-field,.guest-field{flex:1 1 calc(50% - .25rem)}.search-btn{flex:1 1 100%;margin-top:.5rem}}@media (max-width: 480px){.date-field,.guest-field{flex:1 1 100%;margin-bottom:.5rem}.filters-content{flex-direction:column}.filter-field{width:100%}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#f5f5f5;color:#333}#root{min-height:100vh}.hotel-card-modern{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:1.5rem;overflow:hidden;transition:box-shadow .3s}.hotel-card-modern:hover{box-shadow:0 4px 16px #00000026}.hotel-card-layout{display:flex;gap:1.5rem;padding:1rem}.hotel-image-section{flex-shrink:0;width:300px}.hotel-main-image{position:relative;width:100%;height:200px;border-radius:6px;overflow:hidden;cursor:pointer;background:#f5f5f5}.hotel-main-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.hotel-main-image:hover img{transform:scale(1.05)}.image-count{position:absolute;bottom:8px;right:8px;background:#000000b3;color:#fff;padding:4px 8px;border-radius:4px;display:flex;align-items:center;gap:4px;font-size:.85rem}.hotel-no-image{width:100%;height:200px;border-radius:6px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#999}.hotel-thumbnails{display:flex;gap:4px;margin-top:8px}.hotel-thumb{width:58px;height:45px;border-radius:4px;overflow:hidden;cursor:pointer;background:#f0f0f0}.hotel-thumb img{width:100%;height:100%;object-fit:cover;transition:opacity .3s}.hotel-thumb:hover img{opacity:.8}.hotel-thumb.more{background:#333;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:500}.hotel-details-section{flex:1;min-width:0}.hotel-header-modern h3{margin:0 0 .5rem;color:#1a73e8;font-size:1.4rem;font-weight:500}.hotel-meta{display:flex;gap:1rem;margin-bottom:1rem}.hotel-category{background:gold;color:#333;padding:2px 8px;border-radius:4px;font-size:.85rem;font-weight:500}.hotel-zone{color:#666;font-size:.9rem}.hotel-description{color:#555;line-height:1.5;margin-bottom:1rem;font-size:.95rem}.hotel-facilities{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.facility-pill{background:#e3f2fd;color:#1976d2;padding:4px 10px;border-radius:16px;font-size:.8rem}.hotel-price-section{margin-top:auto}.price-info{display:flex;align-items:baseline;gap:.5rem}.price-label{color:#666;font-size:.9rem}.price-amount{font-size:1.5rem;font-weight:600;color:#2e7d32}.price-night{color:#666;font-size:.85rem}.hotel-rooms-section{border-top:1px solid #eee;padding:1rem}.hotel-rooms-section h4{margin:0 0 1rem;color:#333;font-size:1.1rem}.rooms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.room-option{border:1px solid #e0e0e0;border-radius:6px;padding:.75rem}.room-info h5{margin:0 0 .5rem;color:#333;font-size:1rem}.rate-option{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-top:1px solid #f0f0f0}.rate-details{display:flex;flex-direction:column;gap:.25rem}.board-type{font-size:.85rem;color:#666}.rate-price{font-weight:600;color:#333}.select-rate-btn{background:#1a73e8;color:#fff;border:none;padding:6px 16px;border-radius:4px;font-size:.9rem;cursor:pointer;transition:background .3s}.select-rate-btn:hover{background:#1557b0}.image-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;z-index:1000;display:flex;align-items:center;justify-content:center}.image-modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center}.modal-close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:36px;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.modal-image-container{position:relative;display:flex;align-items:center;justify-content:center;max-height:70vh}.modal-image-container img{max-width:100%;max-height:70vh;object-fit:contain;border-radius:4px}.modal-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fff;width:50px;height:50px;border-radius:50%;font-size:30px;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}.modal-nav:hover{background:#fff3}.modal-prev{left:-70px}.modal-next{right:-70px}.modal-counter{position:absolute;bottom:-30px;left:50%;transform:translate(-50%);color:#fff;font-size:.9rem}.modal-thumbnails{display:flex;gap:8px;margin-top:40px;max-width:600px;overflow-x:auto;padding:8px}.modal-thumb{flex-shrink:0;width:60px;height:45px;border:2px solid transparent;border-radius:4px;overflow:hidden;cursor:pointer;opacity:.7;transition:all .3s}.modal-thumb img{width:100%;height:100%;object-fit:cover}.modal-thumb:hover{opacity:1}.modal-thumb.active{border-color:#fff;opacity:1}@media (max-width: 768px){.hotel-card-layout{flex-direction:column}.hotel-image-section{width:100%}.hotel-thumbnails{justify-content:center}.modal-nav{width:40px;height:40px;font-size:24px}.modal-prev{left:10px}.modal-next{right:10px}}.compact-hotel-card{background:#fff;border:1px solid #e0e0e0;border-radius:6px;margin-bottom:1rem;overflow:hidden;transition:box-shadow .2s}.compact-hotel-card:hover{box-shadow:0 2px 8px #0000001f}.compact-card-layout{display:flex;padding:.75rem;gap:1rem;height:180px}.compact-image-section{flex-shrink:0;width:200px}.compact-main-image{position:relative;width:100%;height:100%;border-radius:4px;overflow:hidden;cursor:pointer;background:#f5f5f5}.compact-main-image img{width:100%;height:100%;object-fit:cover}.compact-image-count{position:absolute;bottom:4px;right:4px;background:#000000b3;color:#fff;padding:2px 6px;border-radius:3px;font-size:.75rem}.compact-no-image{width:100%;height:100%;border-radius:4px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#999;font-size:.85rem}.compact-info-section{flex:1;min-width:0;display:flex;flex-direction:column}.compact-hotel-header h3{margin:0 0 .25rem;font-size:1.1rem;color:#1a73e8;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compact-meta{display:flex;gap:.5rem;margin-bottom:.5rem}.compact-category{background:gold;color:#333;padding:1px 6px;border-radius:3px;font-size:.75rem;font-weight:500}.compact-zone{color:#666;font-size:.8rem}.compact-description{color:#555;font-size:.85rem;line-height:1.3;margin-bottom:.5rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.compact-facilities{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:auto}.compact-facility{background:#e3f2fd;color:#1976d2;padding:2px 6px;border-radius:10px;font-size:.7rem}.compact-booking-section{flex-shrink:0;width:280px;display:flex;flex-direction:column;border-left:1px solid #eee;padding-left:1rem;position:relative}.compact-price-display{text-align:right;margin-bottom:.75rem}.compact-from{display:block;font-size:.75rem;color:#666}.compact-price{display:block;font-size:1.4rem;font-weight:600;color:#2e7d32}.compact-night{display:block;font-size:.75rem;color:#666}.compact-room-selector{flex:1;display:flex;flex-direction:column;gap:.5rem}.compact-sort-controls{position:absolute;top:0;right:0}.sort-select{padding:.25rem .5rem;border:1px solid #ddd;border-radius:4px;font-size:.7rem;background:#fff;cursor:pointer;color:#666}.select-label{font-size:.8rem;color:#333;font-weight:500;margin-top:.25rem}.room-select{width:100%;padding:.75rem;border:2px solid #1a73e8;border-radius:4px;font-size:.9rem;background:#fff;cursor:pointer;transition:all .2s}.room-select:hover{background:#f8f9fa;border-color:#1557b0}.room-select:focus{outline:none;box-shadow:0 0 0 3px #1a73e81a}.select-hint{min-height:1rem}.match-indicator{font-size:.7rem;color:#666;display:flex;align-items:center;gap:.25rem}.compact-selected-room{background:#f8f9fa;border-radius:4px;padding:.5rem;margin-top:.5rem}.selected-room-info{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem}.selected-room-info strong{font-size:.85rem;color:#333}.selected-room-info span{font-size:.75rem;color:#666}.selected-price{font-weight:600;color:#2e7d32}.compact-book-btn{width:100%;padding:.6rem;background:#1a73e8;color:#fff;border:none;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s}.compact-book-btn:hover{background:#1557b0}@media (max-width: 1024px){.compact-card-layout{height:auto;min-height:180px}.compact-booking-section{width:240px}}@media (max-width: 768px){.compact-card-layout{flex-direction:column;height:auto}.compact-image-section{width:100%;height:200px}.compact-booking-section{width:100%;border-left:none;border-top:1px solid #eee;padding-left:0;padding-top:.75rem}.compact-price-display{text-align:left}}
