*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}html{font-size:16px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,body,html{background-color:#f3f4f6;display:flex;flex-direction:column;font-family:Inter,sans-serif;height:100vh;overflow:hidden;transition:background-color .3s ease}@media (max-width:767px){#root,body,html{height:100dvh;overflow:hidden}#root{display:flex;flex-direction:column}}.hidden{display:none!important}.pointer-events-none{pointer-events:none!important}.pointer-events-auto{pointer-events:auto!important}.opacity-0{opacity:0!important}.opacity-100{opacity:1!important}.scale-95{transform:scale(.95)}.scale-100{transform:scale(1)}.transition-all{transition:all .3s ease}.duration-300{transition-duration:.3s}.origin-top{transform-origin:top}.absolute{position:absolute}.relative{position:relative}.inset-0{bottom:0;left:0;right:0;top:0}.left-0{left:0}.right-0{right:0}.mt-2{margin-top:.5rem}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-60{z-index:60}.z-80{z-index:80}.z-100{z-index:100}#chat-messages::-webkit-scrollbar{width:.5rem}#chat-messages::-webkit-scrollbar-track{background:#e5e7eb;border-radius:.625rem}#chat-messages::-webkit-scrollbar-thumb{background:#9ca3af;border-radius:.625rem}#chat-messages::-webkit-scrollbar-thumb:hover{background:#6b7280}nav{flex-shrink:0;z-index:50}main{align-items:stretch;display:flex;flex-direction:row;flex-grow:1;gap:1rem;justify-content:flex-start;min-height:85vh;overflow:hidden;padding:2rem}@media (max-width:767px){main{align-items:center;height:100dvh;justify-content:center;min-height:100dvh;padding:0}}#chat-container{border:none;border-radius:2.5rem;box-shadow:0 25px 50px -12px #00000040}@media (max-width:767px){#chat-container{border-radius:0!important;bottom:env(safe-area-inset-bottom,0)!important;box-shadow:none!important;height:calc(100dvh - env(safe-area-inset-top, 0) - env(safe-area-inset-bottom, 0))!important;left:0!important;margin:0!important;overflow:hidden!important;position:fixed!important;right:0!important;top:env(safe-area-inset-top,0)!important;width:100%!important;z-index:9999!important}#root,body,html{height:100dvh!important}#root,body,html,main{margin:0!important;overflow:hidden!important;padding:0!important}main{display:block!important;height:100%!important}}.phone-view{max-width:18rem;width:75%}.desktop-view{align-self:center;border:none;border-radius:0;box-shadow:none;flex:0 0 auto;margin-left:auto;margin-right:auto;max-width:62.5rem;width:80%}.chat-title-centered{background:#fff;border:1px solid #e5e7eb;border-radius:9999px;box-shadow:inset 0 -1px 0 #00000008,0 1px 2px #0000000d;color:#111827;font-size:.875rem;font-weight:700;left:50%;line-height:1;max-width:calc(100% - 4rem);padding:.25rem .75rem;pointer-events:none;position:absolute;text-align:center;top:.375rem;transform:translateX(-50%);width:auto}.assistant-status-block{align-items:flex-start;display:flex;flex-direction:column;gap:.35rem}.assistant-status-message{align-items:center;display:inline-flex;gap:.4rem}.status-indicator-dot{border-radius:9999px;display:inline-block;height:.625rem;width:.625rem}.status-indicator-online{animation:statusPulseOnline 1.4s ease-in-out infinite;background-color:#10b981;box-shadow:0 0 0 0 #10b98199}.status-indicator-offline{animation:statusPulseOffline 1.4s ease-in-out infinite;background-color:#ef4444;box-shadow:0 0 0 0 #ef444499}@keyframes statusPulseOnline{0%,to{box-shadow:0 0 0 0 #10b98199;transform:scale(1)}50%{box-shadow:0 0 0 6px #10b98100;transform:scale(.85)}}@keyframes statusPulseOffline{0%,to{box-shadow:0 0 0 0 #ef444499;transform:scale(1)}50%{box-shadow:0 0 0 6px #ef444400;transform:scale(.85)}}@media (prefers-reduced-motion:reduce){.status-indicator-offline,.status-indicator-online{animation:none}}.transition-width{transition:width .7s ease,border-radius .7s ease,box-shadow .7s ease,max-width .7s ease}.hide-intro{display:none!important;flex:0 0;margin:0;max-width:0;opacity:0;overflow:hidden;padding:0;transform:none;width:0}.travel-card{border-radius:1rem;cursor:pointer;height:18.75rem;min-width:15.625rem;overflow:hidden;position:relative;transition:transform .3s ease-in-out}.travel-card:hover{transform:translateY(-.3125rem)}.card-hover-grow{transition:transform .26s cubic-bezier(.22,1,.36,1),height .26s cubic-bezier(.22,1,.36,1),width .26s cubic-bezier(.22,1,.36,1),box-shadow .26s cubic-bezier(.22,1,.36,1);will-change:transform,height,width}.travel-card.card-hover-grow:hover{box-shadow:0 10px 30px #00000040,0 0 0 4px #ffffff80,0 0 0 10px #ffffff14;height:26.25rem;transform:translateY(-.3125rem);width:21.875rem;z-index:60}#attractions-container,#hotels-container{overflow-y:visible}.hotel-card{background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;height:100%;max-width:320px;min-width:280px;overflow:hidden;position:relative;transition:box-shadow .3s ease,transform .3s ease}@media (max-width:1024px){.hotel-card{max-width:300px;min-width:260px}}@media (max-width:768px){.hotel-card{max-width:280px;min-width:240px}}@media (max-width:640px){.hotel-card{max-width:260px;min-width:220px}}@media (max-width:480px){.hotel-card{max-width:220px;min-width:180px}}.phone-view .hotel-card{max-width:220px;min-width:180px}.hotel-card:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-4px)}.hotel-card-header{align-items:flex-start;background:linear-gradient(180deg,#0000004d,#0000);display:flex;justify-content:space-between;left:0;padding:.75rem;position:absolute;right:0;top:0;z-index:30}.hotel-price-badge{align-items:center;background:#000000bf;border-radius:.4rem;color:#fff;display:flex;font-size:.8rem;font-weight:700;gap:.2rem;padding:.4rem .6rem}.hotel-price-badge span{font-size:.7rem}.hotel-rating-badge{align-items:center;background:#3b82f6e6;border-radius:.4rem;color:#fff;display:flex;font-size:.8rem;font-weight:600;gap:.3rem;padding:.4rem .6rem}.hotel-rating-badge i{font-size:.7rem}.hotel-card-image{display:block;height:180px;object-fit:cover;width:100%}@media (max-width:640px){.hotel-card-image{height:160px}}@media (max-width:480px){.hotel-card-image{height:140px}}.hotel-card-content{display:flex;flex-direction:column;flex-grow:1;padding:.8rem}@media (max-width:480px){.hotel-card-content{padding:.75rem}}.hotel-card-name-section{align-items:flex-start;display:flex;gap:.5rem;justify-content:space-between;margin-bottom:.625rem}.hotel-card-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1f2937;display:-webkit-box;flex:1 1;font-size:.95rem;font-weight:700;line-height:1.35;margin:0;overflow:hidden}.hotel-location-icon-link{align-items:center;background:#dbeafe;border-radius:.4rem;color:#3b82f6;display:flex;flex-shrink:0;font-size:1.1rem;height:1.5rem;justify-content:center;text-decoration:none;transition:all .3s ease;width:1.5rem}.hotel-location-icon-link:hover{background:#bfdbfe;color:#2563eb}.hotel-amenities-wrapper{align-items:center;display:flex;flex-grow:1;gap:.4rem;margin-bottom:.75rem;position:relative}.amenities-scroll-btn{align-items:center;background:#e5e7eb;border:none;border-radius:.25rem;color:#4b5563;cursor:pointer;display:flex;flex-shrink:0;font-size:.65rem;height:1.5rem;justify-content:center;padding:0;transition:all .3s ease;width:1.5rem}.amenities-scroll-btn:hover{background:#d1d5db;color:#1f2937}.amenities-scroll-btn:active{background:#9ca3af}.hotel-amenities{-webkit-overflow-scrolling:touch;display:flex;flex:1 1;gap:.5rem;overflow-x:auto;overflow-y:hidden;padding:.25rem 0;scroll-behavior:smooth;scrollbar-width:none}.hotel-amenities::-webkit-scrollbar{display:none}.hotel-amenity-badge{align-items:center;background:#f3f4f6;border-radius:.3rem;color:#4b5563;display:flex;flex-shrink:0;font-size:.7rem;gap:.2rem;padding:.35rem;white-space:nowrap}.hotel-amenity-badge i{color:#3b82f6;font-size:.65rem}.hotel-card-actions{align-items:center;border-top:1px solid #f3f4f6;display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:.5rem}.hotel-book-btn{background:#3b82f6;border:none;border-radius:.35rem;color:#fff;cursor:pointer;display:inline-block;flex:1 1;font-size:.75rem;font-weight:600;min-width:90px;padding:.4rem .75rem;text-align:center;text-decoration:none;transition:all .2s ease}.hotel-book-btn:hover:not(:disabled){background:#2563eb;box-shadow:0 2px 6px #2563eb4d;transform:translateY(-1px)}.hotel-book-btn:active:not(:disabled){transform:translateY(0)}.hotel-book-btn:disabled{background:#d1d5db;cursor:not-allowed}.hotel-location-link{align-items:center;color:#3b82f6;display:flex;font-size:.85rem;font-weight:500;gap:.4rem;justify-content:center;padding:.5rem;text-decoration:none;transition:color .3s ease}.hotel-location-link:hover{color:#2563eb;text-decoration:underline}.travel-card-image{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:10}.travel-card-overlay{background:linear-gradient(0deg,#000c,#0000001a);bottom:0;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;left:0;min-height:40%;position:absolute;transition:transform .3s ease-in-out;width:100%;z-index:20}.travel-card:hover .travel-card-overlay{min-height:100%}.travel-card-info-top{align-items:center;display:flex;justify-content:space-between;left:0;padding:.75rem;position:absolute;top:0;width:100%;z-index:30}.travel-card-title{left:1rem;transition:opacity .3s ease-in-out}.travel-card-details,.travel-card-title{bottom:1rem;position:absolute;z-index:25}.travel-card-details{opacity:0;padding:0 1rem;transform:translateY(100%);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.travel-card:hover .travel-card-title{opacity:0;pointer-events:none}.travel-card-details{pointer-events:none}.travel-card:hover .travel-card-details{opacity:1;pointer-events:auto;transform:translateY(0)}.travel-card-details{-ms-overflow-style:none;max-height:calc(100% - 2rem);overflow-y:auto;scrollbar-width:none}.travel-card-details::-webkit-scrollbar{height:0;width:0}.travel-card-details::-webkit-scrollbar-thumb{background:#0000}.travel-card-details:after{background:linear-gradient(180deg,#0000,#0006);bottom:0;content:"";height:2.5rem;left:0;opacity:.9;pointer-events:none;position:absolute;right:0}.attraction-icon{align-items:center;background-color:#ffffff4d;border-radius:9999px;display:flex;font-size:.875rem;justify-content:center;padding:.5rem}.attraction-icon .currency-symbol,.attraction-icon i{font-size:1rem;margin-right:.25rem}.attraction-icon .currency-symbol{font-weight:600;line-height:1}.slider-wrapper{box-sizing:border-box;height:3rem;margin-left:auto;margin-right:auto;max-width:28.75rem;padding:0 .75rem;position:relative;width:100%}.slider-wrapper input[type=range]{background:#0000;height:100%;left:0;pointer-events:auto;top:0;width:100%;z-index:30}.slider-thumb,.slider-wrapper input[type=range]{-webkit-appearance:none;appearance:none;position:absolute}.slider-thumb{background:#fff;border:2px solid #a855f7;border-radius:50%;cursor:default;height:1.5rem;pointer-events:none;top:50%;transform:translate(-50%,-50%);transition:transform .2s cubic-bezier(.68,-.55,.27,1.55),box-shadow .2s ease-in-out;width:1.5rem;z-index:10}.slider-thumb:focus{box-shadow:0 0 0 .3125rem #a855f74d;outline:none}.slider-thumb:active{box-shadow:0 0 0 .3125rem #a855f780;transform:translate(-50%,-50%) scale(1.2)}.slider-track{background-color:#e5e7eb;border-radius:9999px;height:.5rem;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%)}.filter-modal .modal-body,.filter-modal .modal-panel{overflow-x:hidden}.modal-body .slider-wrapper,.modal-panel .slider-wrapper{margin-left:auto;margin-right:auto;max-width:28.75rem}.hotel-map-link{align-items:center;background:#ffffff14;border-radius:.5rem;color:#fff;display:inline-flex;height:2.25rem;justify-content:center;text-decoration:none;width:2.25rem}.hotel-map-link i{font-size:16px}.visit-website{color:#93c5fd}.travel-card-overlay{padding:1rem}.travel-card-details .line-clamp-3{max-height:3.6rem;overflow:hidden}@media (max-width:480px){.hotel-map-link{height:2rem;width:2rem}}.slider-range{background:#ffaf2b;border-radius:9999px;height:.5rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:left .1s ease-out,width .1s ease-out}.slider-thumb{border-color:#ffaf2b}.value-display{background-color:#1f2937;border-radius:.375rem;color:#fff;font-size:.875rem;opacity:0;padding:.25rem .5rem;pointer-events:none;position:absolute;top:-2.5rem;transform:translateX(-50%);transition:opacity .2s ease-in-out;white-space:nowrap}.slider-wrapper input[type=range]:active~.value-display,.slider-wrapper input[type=range]:focus~.value-display{opacity:1}@media (max-width:640px){.slider-wrapper{height:2.5rem;max-width:calc(100% - 2rem);padding:0 .5rem}.value-display{font-size:.75rem;top:-2rem}}@media (max-width:420px){.slider-wrapper{height:2.25rem;max-width:calc(100% - 1.25rem);padding:0 6px}.value-display{font-size:.75rem;top:-1.8rem}}.attraction-rating{background-color:#0000004d;color:gold;font-size:.875rem;padding:.25rem .75rem}.attraction-rating,.flight-logo-container{align-items:center;border-radius:9999px;display:flex}.flight-logo-container{background-color:#fff;flex-shrink:0;height:3.125rem;justify-content:center;padding:.5rem;width:3.125rem}.flight-logo-container img{border-radius:9999px;height:100%;object-fit:contain;width:100%}ul{list-style-type:disc}ol,ul{margin-left:1.25rem}ol{list-style-type:decimal}p{margin-bottom:.5rem}.loader{animation:spin 1s linear infinite;border:.25rem solid #f3f3f3;border-radius:50%;border-top-color:#3b82f6;height:1.5rem;width:1.5rem}.chat-loader-wrapper{align-items:center;background:#0000;display:flex;height:7.5rem;justify-content:center;margin:.375rem;width:7.5rem}.chat-loader-image{display:block;height:7.5rem;object-fit:contain;width:7.5rem}@media (max-width:640px){.chat-loader-image,.chat-loader-wrapper{height:88px!important;width:88px!important}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.gradient-text{background:linear-gradient(90deg,#1192ee 10%,#ff9d00);-webkit-background-clip:text;background-clip:text;color:#0000}.calendar-scroller{-ms-overflow-style:none;scrollbar-width:none}.calendar-scroller::-webkit-scrollbar{display:none}.selected-text{color:#000;font-weight:700}.autocomplete-list,.popular-cities-list{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;left:0;margin-top:.25rem;max-height:12.5rem;overflow-y:auto;position:absolute;right:0;top:100%;z-index:60}.autocomplete-item,.popular-city-item{cursor:pointer;padding:.75rem 1rem;transition:background-color .3s ease}.autocomplete-item:hover,.popular-city-item:hover{background-color:#f3f4f6}@media (max-width:767px){#intro-section{box-sizing:border-box;display:none;padding:1.5rem}#chat-container,#intro-section{flex-shrink:0;margin-right:0;margin-top:0;width:100%}#chat-container{border:none;border-radius:1.5rem;box-shadow:none;margin-left:0;max-width:none}#chat-container,main{flex-grow:1;height:100%;overflow:hidden}main{align-items:stretch;display:flex;flex-direction:column;padding:0}#chat-container>div:first-child{border-radius:1.5rem 1.5rem 0 0}#chat-form{background:#fff;border-radius:0 0 1.5rem 1.5rem;overflow:visible!important;padding:.5rem .75rem!important}.quick-actions{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;align-items:center;box-sizing:border-box;direction:ltr;display:flex;flex-wrap:nowrap;gap:.35rem;justify-content:flex-start;margin:0;overflow-x:auto;overflow-y:visible;padding:.5rem;scrollbar-width:none;text-align:left;width:100%}.quick-actions::-webkit-scrollbar{display:none;height:0}.quick-reply-button{background:linear-gradient(135deg,#fff,#f3f8ff);border:1.5px solid #cbd5e1;border-radius:.9rem;bottom:auto;color:#1e293b;display:inline-block!important;flex:0 0 auto!important;font-size:.6rem!important;gap:.3rem;left:auto;overflow:visible!important;padding:.3rem .6rem!important;position:static;right:auto;top:auto;transform:none;vertical-align:middle;white-space:nowrap!important}.quick-action-icon{align-items:center!important;display:inline-flex!important;flex-shrink:0!important;height:.875rem!important;justify-content:center!important;width:.875rem!important}.quick-action-icon i{font-size:.6rem!important}.quick-action-label{display:inline-block!important;flex-shrink:0!important;left:auto;max-width:none!important;overflow:visible!important;position:relative;text-overflow:clip!important;white-space:nowrap!important}}.markdown-body img{display:block;height:auto;max-width:100%}.inline-hotel-form-row{box-sizing:border-box;padding:0 .5rem;width:100%}.hotel-selection-highlight{background-color:#fcd34d;border-radius:9999px;height:2.5rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:0}.hotel-selected-text{color:#713f12;font-weight:700}.inline-flight-form-row{box-sizing:border-box;padding:0 .5rem;width:100%}.flight-form-card{margin:0 auto;max-width:640px;padding:1rem}#intro-section{margin-right:1rem;padding:2.5rem}@media (min-width:768px){.phone-view{max-width:360px}.desktop-view{width:85%}#intro-section{padding:2.75rem}}.phone-view #flights-container .text-2xl,.phone-view .flights-container .text-2xl{font-size:1.125rem!important;line-height:1.2!important}.phone-view #flights-container .text-xl,.phone-view .flights-container .text-xl{font-size:1rem!important;line-height:1.2!important}.phone-view #flights-container .text-xs,.phone-view .flights-container .text-xs{font-size:.75rem!important}.phone-view #flights-container .font-semibold,.phone-view .flights-container .font-semibold{font-size:.95rem!important}.phone-view #flights-container img,.phone-view .flights-container img{height:40px!important;width:40px!important}.phone-view #flights-container .w-24,.phone-view .flights-container .w-24{width:96px!important}.phone-view #flights-container .sm\:min-w-\[120px\],.phone-view #flights-container .sm\:min-w-\[160px\],.phone-view .flights-container .sm\:min-w-\[120px\],.phone-view .flights-container .sm\:min-w-\[160px\]{min-width:0!important}.phone-view #flights-container>.bg-white.rounded-2xl.shadow-md,.phone-view .flights-container .bg-white.rounded-2xl.shadow-md,.phone-view .flights-container>.bg-white.rounded-2xl.shadow-md{padding:12px!important}.phone-view #flights-container .grid,.phone-view .flights-container .grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.phone-view #flights-container .flex-1,.phone-view .flights-container .flex-1{flex:1 1 auto!important}.phone-view #flights-container .gap-4,.phone-view .flights-container .gap-4{gap:8px!important}.phone-view #flights-container .px-4,.phone-view .flights-container .px-4{padding-left:8px!important;padding-right:8px!important}.phone-view .flight-duration-marker{height:10px;width:10px}.phone-view .h-px{height:1px}.phone-view .font-bold{font-weight:700}.phone-view .leading-tight{line-height:1.15!important}.flight-form .input-label{display:block;margin-bottom:6px}.flight-form .source-input,.flight-form input[type=email],.flight-form input[type=number],.flight-form input[type=text]{box-sizing:border-box;width:100%}.carousel{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;gap:1rem;overflow-y:visible;scrollbar-width:none}.carousel::-webkit-scrollbar{display:none}.carousel>div{flex:0 0 auto}@media (max-width:640px){.carousel{gap:.75rem}}@media (max-width:480px){.carousel{gap:.75rem;padding-right:.5rem}}.snap-center{scroll-snap-align:center}#overflow-button,#overflow-menu{z-index:110!important}.slider-thumb-start{left:0}.slider-thumb-end{left:100%}.clear-float{clear:both}.page-section-break{break-before:page;page-break-before:always}.viewport-fit-root{display:flex;flex-direction:column;height:100vh;overflow:hidden}@media (max-width:767px){.viewport-fit-root{height:100dvh;overflow:hidden}}#intro-section{flex-shrink:0;overflow:hidden}@media (max-width:767px){#intro-section{order:2}#chat-container{order:1}}#chat-container{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}#chat-messages{flex-grow:1;overflow-x:hidden;overflow-y:auto}#chat-container>div:first-child,#chat-form{flex-shrink:0}#chat-form{display:flex;flex-direction:column;gap:.5rem}main.flex-grow{align-items:stretch!important;flex-direction:row!important;justify-content:flex-start!important}#flights-container,.flex.justify-start.my-4>.bg-white{box-sizing:border-box;display:flex;flex-direction:column;max-width:100%;overflow-x:hidden;width:100%}#flights-container{flex-wrap:nowrap;gap:.75rem;overflow-y:visible}.rating-filter-btn,.type-filter-btn{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 1px 2px #0000000d;color:#374151;display:inline-flex;font-size:.875rem;justify-content:center;line-height:1.25rem;padding:.5rem 1rem;transition:color .2s ease,background-color .2s ease}.rating-filter-btn:hover,.type-filter-btn:hover{background:#f9fafb}.rating-filter-btn:focus,.type-filter-btn:focus{box-shadow:0 0 0 2px #3b82f680,0 0 0 4px #fff;outline:none}.rating-filter-btn.active,.type-filter-btn.active{background:#3b82f6;border-color:#2563eb;color:#fff}.rating-filter-btn.active:hover,.type-filter-btn.active:hover{background:#2563eb}input[type=range]{-webkit-appearance:none;appearance:none;background:#e5e7eb;border-radius:.5rem;cursor:pointer;height:.5rem;width:100%}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#3b82f6;border-radius:9999px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;cursor:pointer;height:1rem;width:1rem}.itinerary-carousel{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory;scrollbar-width:none}.itinerary-carousel::-webkit-scrollbar{display:none}.itinerary-page{background-color:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;flex:none;max-width:24rem;scroll-snap-align:start;width:85%}.collapse{border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.collapse-title{background-color:#f9fafb;padding:1rem}.collapse-content{border-top:1px solid #e5e7eb;padding:1rem}.collapse-plus input[type=checkbox]{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:10}.collapse-plus .collapse-title:after{content:"+";position:absolute;right:1rem;top:50%;transform:translateY(-50%);transition:transform .3s ease}.collapse-plus input[type=checkbox]:checked~.collapse-title:after{content:"−";transform:translateY(-50%)}.collapse-content{display:none}@media (min-width:768px){.desktop-view .itinerary-page,.itinerary-page{max-width:none;width:600px}}.itinerary-tabs-container{display:flex;flex-direction:column}.tabs-header{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;align-items:center;border-bottom:2px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:1rem;overflow-x:auto;padding-bottom:1rem;scrollbar-width:none}.tabs-header::-webkit-scrollbar{display:none}.tabs-header .tabs-list{display:flex;gap:.5rem}.pdf-download-btn{align-items:center;background:#2563eb;border:none;border-radius:.5rem;box-shadow:0 2px 8px #00000014;color:#fff;cursor:pointer;display:inline-flex;gap:.5rem;padding:.5rem .75rem}.pdf-download-btn:hover{background:#1d4ed8}.pdf-download-btn:active{background:#1e40af}.tab-button{background:none;border:none;color:#6b7280;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 1rem;transition:color .3s ease,border-bottom-color .3s ease;white-space:nowrap}.tab-button.tab-active{border-bottom:2px solid #1f2937;color:#1f2937;font-weight:600}.itinerary-page{display:none}.itinerary-page.page-active{display:block}.collapse-content{padding-bottom:0;padding-top:0;transition:max-height .3s ease-out}.collapse-plus input[type=checkbox]:checked~.collapse-content{display:block;max-height:500px;padding-bottom:1rem;padding-top:1rem}.collapse-title{cursor:pointer;position:relative}.collapse-content{max-height:0;overflow:hidden;transition:max-height .3s ease}input[type=checkbox]:checked+label+.collapse-content{max-height:500px}.collapse-title:after{content:"+";position:absolute;right:1rem;top:50%;transform:translateY(-50%);transition:transform .3s ease}input[type=checkbox]:checked+.collapse-title:after{content:"-"}.itinerary-page{max-width:none;transition:width .3s ease,max-width .3s ease;width:100%}@media (min-width:768px){.itinerary-page{width:100%}}.desktop-view .itinerary-page{max-width:none!important;width:100%!important}.chat-right-align{margin-left:auto}.chat-centered,.desktop-view.chat-centered{margin-left:auto;margin-right:auto}.desktop-view.chat-centered{left:auto;position:static;top:auto;transform:none}.chat-input-wrapper{position:relative}.chat-input{box-sizing:border-box;padding-right:56px}.send-button{align-items:center;box-shadow:0 4px 10px #00000014;display:inline-flex;height:2.5rem;justify-content:center;width:40px}.send-button[disabled]{cursor:not-allowed;opacity:.7}.send-spinner{animation:spin 1s linear infinite;border:2px solid #fff6;border-radius:50%;border-top-color:#fff;display:none;height:16px;width:16px}.send-button.loading .send-spinner{display:inline-block}.send-button.loading i{display:none}.chat-header-button{align-items:center;box-sizing:border-box;display:inline-flex;height:2.5rem;justify-content:center;width:40px}.send-button:focus{outline:3px solid #3b82f640}.modal-backdrop{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background-color:#00000014}.amenity-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}@media (max-width:640px){.amenity-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.phone-view .sm\:grid-cols-2,.phone-view .sm\:grid-cols-3{grid-template-columns:1fr!important}}.phone-view .inline-flight-form-row .flight-form .grid.grid-cols-1.sm\:grid-cols-2,.phone-view .inline-hotel-form-row .hotel-form .grid.grid-cols-1.sm\:grid-cols-2{grid-template-columns:1fr!important}.phone-view .inline-flight-form-row .flight-form .grid.grid-cols-1.sm\:grid-cols-2>*,.phone-view .inline-hotel-form-row .hotel-form .grid.grid-cols-1.sm\:grid-cols-2>*{min-width:0!important;width:100%!important}.phone-view .inline-flight-form-row .flight-form .mt-1.flex,.phone-view .inline-hotel-form-row .hotel-form .mt-1.flex{align-items:center!important;display:flex!important;flex-direction:row!important;gap:8px!important;justify-content:space-between!important}.phone-view .inline-flight-form-row .flight-form .mt-1 .text-gray-700,.phone-view .inline-flight-form-row .flight-form input,.phone-view .inline-hotel-form-row .hotel-form .mt-1 .text-gray-700,.phone-view .inline-hotel-form-row .hotel-form input{width:100%!important}.nav-desktop-links{align-items:center;display:flex;gap:1rem}.nav-toggle{display:none}.mobile-nav-panel{max-height:0;overflow:hidden;transition:max-height .25s ease}.mobile-nav-link{border-radius:12px;color:#374151;display:block;padding:10px 12px;text-decoration:none}.mobile-nav-link:hover{background:#f3f4f6}@media (max-width:768px){.nav-desktop-links{display:none}.nav-toggle{display:inline-flex}.mobile-nav-panel{grid-gap:8px;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000a;display:grid;gap:8px;grid-template-columns:1fr;padding:10px 16px}.mobile-nav-panel.open{max-height:15rem}}.lightbox-overlay{display:none;inset:0;position:fixed;z-index:100}.lightbox-overlay.open{display:grid}.lightbox-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#08080eb8;inset:0;position:absolute}.lightbox-content{background:#ffffff0f;border:1px solid #ffffff26;border-radius:1rem;box-shadow:0 20px 60px #00000073;max-height:92vh;max-width:92vw;opacity:0;overflow:hidden;place-self:center;transform:scale(.96);transition:transform .26s cubic-bezier(.22,1,.36,1),opacity .26s cubic-bezier(.22,1,.36,1)}.lightbox-overlay.open .lightbox-content{opacity:1;transform:scale(1)}.lightbox-img{background:radial-gradient(1200px 400px at 50% 50%,#ffffff0f,#0000);display:block;height:100%;object-fit:contain;width:100%}.lightbox-close-btn{align-items:center;background:#fff;border-radius:9999px;box-shadow:0 10px 24px #0000003d;color:#111827;display:flex;height:3rem;justify-content:center;padding:0;position:absolute;right:.6rem;top:.6rem;width:3rem;z-index:60}.lightbox-close-btn>span{display:block;font-size:1.6rem;font-weight:600;line-height:1;transform:none}.lightbox-content{overflow:visible}@media (max-width:480px){.lightbox-close-btn{height:2.6rem;right:.45rem;top:.45rem;width:2.6rem}.lightbox-close-btn>span{font-size:1.25rem}}.section-divider{background:linear-gradient(90deg,#1192ee 10%,#ff9d00);border-radius:9999px;height:3px;margin:6px 0 14px;width:100%}.section-divider.small{height:2px;margin:6px 0 10px}.amenity-option{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;display:flex;gap:.5rem;line-height:1.25;padding:.5rem .75rem}.form-quick-actions{margin-bottom:.75rem;padding-bottom:.75rem}.quick-actions{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:.5rem;justify-content:flex-start;overflow-x:auto;overflow-y:visible;padding:.25rem .5rem .5rem;scroll-behavior:smooth;scrollbar-width:none;width:100%;z-index:1}.quick-actions::-webkit-scrollbar{height:0}@media (max-width:767px){.quick-actions{flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overflow-y:visible;padding-bottom:1rem}}@media (min-width:768px){.quick-actions{justify-content:center;overflow-x:auto;overflow-y:visible}}.quick-reply-button{align-items:center;background:linear-gradient(135deg,#fff,#f3f8ff);border:1.5px solid #cbd5e1;border-radius:1.1rem;box-shadow:0 2px 8px #0f172a14,0 1px 3px #3b82f61a;color:#1e293b;cursor:pointer;display:inline-flex;flex:0 0 auto;font-size:.72rem;font-weight:600;gap:.35rem;justify-content:center;line-height:1.15;min-width:-webkit-max-content;min-width:max-content;padding:.375rem .65rem;text-align:center;transition:all .25s cubic-bezier(.34,1.56,.64,1);white-space:nowrap}.quick-reply-button:hover{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#3b82f6;box-shadow:0 8px 20px #3b82f640,0 2px 6px #3b82f626;color:#1e40af;transform:translateY(-2px)}.quick-action-icon{align-items:center;background:linear-gradient(135deg,#3b82f61f,#3b82f60f);border:1px solid #3b82f633;border-radius:50%;color:#3b82f6;display:inline-flex;flex-shrink:0;height:1.1rem;justify-content:center;transition:all .25s ease;width:1.1rem}.quick-action-icon i{font-size:.65rem}.quick-reply-button:hover .quick-action-icon{background:linear-gradient(135deg,#3b82f640,#3b82f626);border-color:#3b82f666;color:#1e40af}.quick-action-label{font-weight:600;line-height:1.2;white-space:nowrap}@media (min-width:768px){.quick-reply-button{border-radius:2rem}}.quick-reply-button:active{transform:translateY(0)}.overflow-menu-item{align-items:center;background:#fff;border:0;color:#374151;cursor:pointer;display:flex;font-size:.875rem;gap:8px;padding:10px 14px;transition:background-color .2s ease;width:100%}.overflow-menu-item:hover{background:#fde68a}.overflow-menu-item i{color:#374151;font-size:.875rem}.ios-picker{align-items:center;background:linear-gradient(180deg,#fff,#fbfdff);border-radius:12px;box-shadow:0 10px 30px #0206170f;box-sizing:border-box;display:flex;gap:8px;height:180px;max-width:100%;overflow:hidden;padding:8px;position:relative}.picker-column{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;flex:0 0 auto;height:100%;min-width:0;overflow-y:auto;scroll-snap-type:y mandatory;scrollbar-width:none}.picker-column::-webkit-scrollbar{display:none}.picker-column[data-type=month]{flex:0 0 45%;max-width:45%}.picker-column[data-type=day]{flex:0 0 18%;max-width:18%}.picker-column[data-type=year]{flex:0 0 33%;max-width:33%}.picker-column .picker-item{align-items:center;box-sizing:border-box;color:#6b7280;display:flex;font-size:15px;height:44px;justify-content:center;padding:0 6px;scroll-snap-align:center;text-align:center;transition:color .12s ease,transform .12s ease}.picker-center-indicator{border-bottom:1px solid #0000000f;border-radius:.5rem;border-top:1px solid #0000000f;box-shadow:0 1px 0 #fff9;height:44px;left:8px;margin-top:-22px;pointer-events:none;position:absolute;right:8px;top:50%}.ios-picker:after,.ios-picker:before{content:"";height:44px;left:0;pointer-events:none;position:absolute;right:0;z-index:2}.ios-picker:before{background:linear-gradient(180deg,#fff,#fff0);top:0}.ios-picker:after{background:linear-gradient(0deg,#fff,#fff0);bottom:0}.picker-column .picker-item.centered{color:#111827;font-weight:700;transform:scale(1.04)}@media (max-width:480px){.ios-picker{height:140px;padding:6px}.picker-column .picker-item{font-size:.875rem;height:2.25rem}.picker-center-indicator{height:2.25rem;margin-top:-18px}.picker-column[data-type=month]{flex-basis:48%;max-width:48%}.picker-column[data-type=day]{flex-basis:20%;max-width:20%}.picker-column[data-type=year]{flex-basis:32%;max-width:32%}}.flight-form-card{box-sizing:border-box;overflow:hidden;width:100%}.input-label{color:#374151;font-weight:600}.source-dropdown{font-family:inherit}.source-option{align-items:flex-start;display:flex;justify-content:space-between;padding:10px 16px}.source-option .font-medium{font-size:.875rem}.source-option .text-xs{font-size:12px}.source-option:hover{background:#f8fafc}.source-select .source-input{cursor:text}.markdown-body{overflow-wrap:break-word;word-break:break-word}.markdown-body a{color:#2563eb;font-weight:500;text-decoration:none}.markdown-body a:hover{color:#1d4ed8;text-decoration:underline}.markdown-body .md-table-wrapper{overflow-x:auto}.markdown-body .md-table{border-collapse:collapse;font-size:.875rem;width:100%}.markdown-body .md-table thead th{background:#f9fafb;color:#374151;font-weight:600}.markdown-body .md-table td,.markdown-body .md-table th{border:1px solid #e5e7eb;padding:8px 10px}.markdown-body .md-table tbody tr:nth-child(2n){background:#fbfdff}.markdown-body .md-table .align-left{text-align:left}.markdown-body .md-table .align-center{text-align:center}.markdown-body .md-table .align-right{text-align:right}@page{margin:1in}.print-transcript-wrapper{background:#fff;box-sizing:border-box;margin:0 auto;max-width:800px;padding:0}.pt-header{align-items:center;display:flex;gap:12pt;margin-bottom:12pt}.pt-title{color:#111827;font-size:16pt;font-weight:700;margin:0}.pt-meta{color:#6b7280;font-size:9pt;margin:2pt 0 0}.pt-logo{height:36pt;width:auto}.pt-content{color:#111827;font-size:11pt;line-height:1.45}.pt-content>*+*{margin-top:20px}.pt-content p{margin:0}.pt-content ol,.pt-content ul{margin:0 0 0 18pt}.pt-content img{height:auto;max-width:100%}.pt-content table{border-collapse:collapse;table-layout:fixed;width:100%}.pt-content thead th{background:#f9fafb;color:#374151;font-weight:600}.pt-content td,.pt-content th{word-wrap:break-word;border:1px solid #e5e7eb;padding:8px;vertical-align:top}.pt-content tr{break-inside:avoid;page-break-inside:avoid}.pt-content #flights-container>*+*,.pt-content .flights-container>*+*{margin-top:20px!important}#flights-container>.bg-white.rounded-2xl.shadow-md,.flights-container .bg-white.rounded-2xl.shadow-md,.flights-container>.bg-white.rounded-2xl.shadow-md{gap:clamp(8px,2vw,16px);padding:clamp(12px,2vw,16px)}#flights-container>.bg-white.rounded-2xl.shadow-md .grid,.flights-container .bg-white.rounded-2xl.shadow-md .grid{gap:clamp(8px,2vw,16px)}#flights-container .text-2xl,.flights-container .text-2xl{font-size:clamp(1.1rem,3.5vw,1.5rem);line-height:1.25}#flights-container .text-xl,.flights-container .text-xl{font-size:clamp(1rem,3vw,1.25rem);line-height:1.25}#flights-container .text-gray-900.font-semibold,.flights-container .text-gray-900.font-semibold{font-size:clamp(.95rem,2.5vw,1.125rem)}#flights-container button,.flights-container button{font-size:clamp(.75rem,2.5vw,.875rem);padding:clamp(6px,1.8vw,8px) clamp(10px,2.2vw,12px)}#flights-container img,.flights-container img{height:clamp(28px,7vw,40px);width:clamp(28px,7vw,40px)}.pt-section{margin:20px 0}.pt-section-title{color:#111827;font-size:14pt;font-weight:700;margin:0 0 8pt}.pt-bubble{border-radius:12pt;box-shadow:0 1px 2px #0000000d;break-inside:avoid;margin:20px 0;padding:10pt 12pt;page-break-inside:avoid}.pt-bot{background:#fff;border:1px solid #e5e7eb}.pt-user{background:#3b82f6;color:#fff}.pt-bubble img{border-radius:8pt;height:auto;max-width:100%}.page-break-avoid{break-inside:avoid;page-break-inside:avoid}.main-hero-bg{inset:0;pointer-events:none;position:absolute;z-index:0}.main-hero-bg:before{background-image:url(https://cdn.builder.io/api/v1/image/assets%2F515b6d60f3334dc7bb8d00c435332e36%2F9e445c6c01624f39b1aceb480bda79b1?format=webp&width=1600);background-position:50%;background-size:cover;content:"";filter:brightness(.95);inset:0;opacity:.18;position:absolute}.flight-duration-line{background:#e5e7eb;height:2px}.flight-duration-marker{background:#fff;border:2px solid #9ca3af;border-radius:9999px;box-sizing:border-box;height:14px;width:14px}@media (max-width:640px){#flights-container>.bg-white.rounded-2xl.shadow-md,.flights-container .bg-white.rounded-2xl.shadow-md,.flights-container>.bg-white.rounded-2xl.shadow-md{align-items:center;display:flex;flex-direction:row;overflow:hidden;padding:12px!important;width:100%}#flights-container>.bg-white.rounded-2xl.shadow-md .grid,.flights-container .bg-white.rounded-2xl.shadow-md .grid{grid-gap:.5rem!important;display:grid;gap:.5rem!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;min-width:0;width:100%}.phone-view #flights-container>.bg-white.rounded-2xl.shadow-md .grid,.phone-view .flights-container .bg-white.rounded-2xl.shadow-md .grid,.phone-view .flights-container>.bg-white.rounded-2xl.shadow-md .grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}#flights-container>.bg-white.rounded-2xl.shadow-md .text-xl,.flights-container .bg-white.rounded-2xl.shadow-md .text-xl{font-size:1rem!important;line-height:1.25rem!important}#flights-container>.bg-white.rounded-2xl.shadow-md .text-xs,.flights-container .bg-white.rounded-2xl.shadow-md .text-xs{font-size:.7rem!important}#flights-container>.bg-white.rounded-2xl.shadow-md .font-semibold,.flights-container .bg-white.rounded-2xl.shadow-md .font-semibold{word-break:break-word}#flights-container>.bg-white.rounded-2xl.shadow-md button,.flights-container .bg-white.rounded-2xl.shadow-md button{font-size:12px!important;padding:8px 10px!important}#flights-container>.bg-white.rounded-2xl.shadow-md .sm\:min-w-\[120px\],.flights-container .bg-white.rounded-2xl.shadow-md .sm\:min-w-\[120px\]{min-width:0!important}#flights-container>.bg-white.rounded-2xl.shadow-md>.flex.flex-col:last-child,.flights-container .bg-white.rounded-2xl.shadow-md>.flex.flex-col:last-child,.flights-container>.bg-white.rounded-2xl.shadow-md>.flex.flex-col:last-child{align-items:flex-end;min-width:0;width:auto}#flights-container>.bg-white.rounded-2xl.shadow-md button,.flights-container .bg-white.rounded-2xl.shadow-md button{white-space:nowrap}#flights-container>.bg-white.rounded-2xl.shadow-md .grid>*,.flights-container .bg-white.rounded-2xl.shadow-md .grid>*{min-width:0}#flights-container>.bg-white.rounded-2xl.shadow-md img,.flights-container .bg-white.rounded-2xl.shadow-md img{height:auto;max-width:100%}}@media (max-width:400px){#flights-container>.bg-white.rounded-2xl.shadow-md,.flights-container .bg-white.rounded-2xl.shadow-md,.flights-container>.bg-white.rounded-2xl.shadow-md{align-items:center;display:flex;flex-direction:row;padding:10px!important}#flights-container .grid,.flights-container .grid{gap:6px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}#flights-container .text-2xl,.flights-container .text-2xl{font-size:1rem!important;line-height:1.25!important}#flights-container .text-xl,.flights-container .text-xl{font-size:.95rem!important;line-height:1.2!important}#flights-container img,.flights-container img{height:32px!important;width:32px!important}#flights-container .w-24,.flights-container .w-24{width:72px!important}}[id^=date-picker-modal-checkin].pointer-events-none,[id^=date-picker-modal-checkout].pointer-events-none,[id^=date-picker-modal].pointer-events-none{display:none!important;visibility:hidden!important}[id^=date-picker-modal-checkin].pointer-events-auto,[id^=date-picker-modal-checkout].pointer-events-auto,[id^=date-picker-modal].pointer-events-auto{display:block!important;visibility:visible!important}@media (min-width:768px){.phone-view .quick-actions{flex-direction:row!important;flex-wrap:nowrap!important;justify-content:flex-start!important;padding:.15rem .5rem .25rem;scroll-padding-left:.5rem;scroll-padding-right:.5rem}.phone-view .quick-reply-button{flex-shrink:1;min-width:auto!important}.phone-view .form-quick-actions{margin-bottom:.25rem;padding-bottom:.25rem}.phone-view #chat-form,.phone-view>div:first-child{padding-bottom:.5rem!important;padding-top:.5rem!important}.phone-view #chat-messages{padding-bottom:.5rem;padding-top:.5rem}.desktop-view .quick-actions{padding:.15rem .5rem .25rem}.desktop-view .form-quick-actions{margin-bottom:.25rem;padding-bottom:.25rem}.desktop-view #chat-form,.desktop-view>div:first-child{padding-bottom:.5rem!important;padding-top:.5rem!important}.desktop-view #chat-messages{padding-bottom:.5rem;padding-top:.5rem}}#chat-container{box-sizing:border-box;height:85vh}@media (max-width:767px){#chat-container{height:100dvh!important}}.desktop-view,.phone-view{box-sizing:border-box}#chat-container>div:first-child,#chat-messages{padding-bottom:8px!important;padding-top:8px!important}.form-quick-actions,.quick-actions{margin-bottom:0!important;margin-top:0!important;padding-bottom:4px!important;padding-top:4px!important}#chat-form{padding-bottom:8px!important;padding-top:8px!important}.chat-input-wrapper{margin-top:0!important}#chat-container>div:first-child{position:relative;z-index:80}#overflow-menu{z-index:100}#chat-messages [data-gif-key]{text-align:center}#chat-messages [data-gif-key] img{border-radius:.75rem;display:block;height:auto;margin:.25rem auto;max-width:250px;width:100%}@media (max-width:767px){#chat-messages [data-gif-key] img{max-width:180px}}.phone-view .inline-attraction-form-row .attraction-form .pt-2.flex,.phone-view .inline-flight-form-row .flight-form .pt-2.flex,.phone-view .inline-hotel-form-row .hotel-form .pt-6.flex{align-items:stretch!important;flex-direction:column!important;gap:.5rem!important;justify-content:flex-start!important}.phone-view .inline-attraction-form-row .attraction-form .sm\:flex-row-reverse,.phone-view .inline-flight-form-row .flight-form .sm\:flex-row-reverse,.phone-view .inline-hotel-form-row .hotel-form .sm\:flex-row-reverse{flex-direction:column!important}.phone-view .inline-attraction-form-row .attraction-form [id^=attr-cancel-button-],.phone-view .inline-attraction-form-row .attraction-form [id^=attr-search-button-],.phone-view .inline-flight-form-row .flight-form [id^=cancel-button-],.phone-view .inline-flight-form-row .flight-form [id^=search-button-],.phone-view .inline-hotel-form-row .hotel-form [id^=cancel-button-],.phone-view .inline-hotel-form-row .hotel-form [id^=search-button-]{flex:1 1 auto!important;max-width:100%!important;width:100%!important}.phone-view .inline-attraction-form-row .attraction-form .pt-2.flex,.phone-view .inline-flight-form-row .flight-form .pt-2.flex,.phone-view .inline-hotel-form-row .hotel-form .pt-6.flex{position:relative;z-index:20}.attraction-card{background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;height:100%;max-width:320px;min-width:280px;overflow:hidden;position:relative;transition:box-shadow .3s ease,transform .3s ease}@media (max-width:1024px){.attraction-card{max-width:300px;min-width:260px}}@media (max-width:768px){.attraction-card{max-width:280px;min-width:240px}}@media (max-width:640px){.attraction-card{max-width:260px;min-width:220px}}@media (max-width:480px){.attraction-card{max-width:220px;min-width:180px}}.phone-view .attraction-card{max-width:220px;min-width:180px}.attraction-card:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-4px)}.attraction-card-header{align-items:flex-start;background:linear-gradient(180deg,#0000004d,#0000);display:flex;justify-content:space-between;left:0;padding:.75rem;position:absolute;right:0;top:0;z-index:30}.attraction-type-badge{align-items:center;background:#000000bf;border-radius:.5rem;color:#fff;display:flex;font-size:1.1rem;height:2.5rem;justify-content:center;width:2.5rem}.attraction-rating-badge{align-items:center;background:#3b82f6e6;border-radius:.4rem;color:#fff;display:flex;font-size:.75rem;font-weight:600;gap:.35rem;min-width:-webkit-max-content;min-width:max-content;padding:.35rem .5rem}.rating-value{font-size:.8rem;font-weight:700}.star-rating{align-items:center;display:flex}.single-star-rating{filter:drop-shadow(0 .5px 1px rgba(0,0,0,.1));height:1.2rem;width:1.2rem}.attraction-card-image{display:block;height:180px;object-fit:cover;width:100%}@media (max-width:640px){.attraction-card-image{height:160px}}@media (max-width:480px){.attraction-card-image{height:140px}}.attraction-card-content{display:flex;flex-direction:column;flex-grow:1;padding:.8rem}@media (max-width:480px){.attraction-card-content{padding:.75rem}}.attraction-card-name-section{align-items:flex-start;display:flex;gap:.5rem;justify-content:space-between;margin-bottom:.5rem}.attraction-card-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1f2937;display:-webkit-box;flex:1 1;font-size:.95rem;font-weight:700;line-height:1.35;margin:0;overflow:hidden}.attraction-location-icon-link{align-items:center;background:#dbeafe;border-radius:.4rem;color:#3b82f6;display:inline-flex;flex-shrink:0;font-size:.95rem;height:1.5rem;justify-content:center;margin-left:.4rem;text-decoration:none;transition:all .3s ease;width:1.5rem}.attraction-location-icon-link:hover{background:#bfdbfe;color:#2563eb}.attraction-location-icon-link i{align-items:center;display:flex;justify-content:center}.attraction-card-location-text{align-items:center;color:#6b7280;display:flex;font-size:.8rem;gap:.4rem;line-height:1.4;margin-bottom:.625rem}.attraction-card-location-text i{color:#ef4444;flex-shrink:0;font-size:.8rem}.attraction-card-description{display:flex;flex:1 1;flex-direction:column}.attraction-card-desc-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#4b5563;display:-webkit-box;font-size:.8rem;line-height:1.5;margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis}.attraction-card-description.expanded .attraction-card-desc-text{-webkit-line-clamp:unset;display:block}.attraction-card-actions{align-items:center;border-top:1px solid #f3f4f6;display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:.5rem}.attraction-card-read-more-btn{background:none;border:none;border-radius:.35rem;color:#3b82f6;cursor:pointer;font-size:.75rem;font-weight:600;padding:.4rem .6rem;text-decoration:none;transition:all .2s ease}.attraction-card-read-more-btn:hover{background:#dbeafe;color:#2563eb}.attraction-card-visit-btn{background:#3b82f6;border:none;border-radius:.35rem;color:#fff;cursor:pointer;display:inline-block;flex:1 1;font-size:.75rem;font-weight:600;min-width:90px;padding:.4rem .75rem;text-align:center;text-decoration:none;transition:all .2s ease}.attraction-card-visit-btn:hover{background:#2563eb;box-shadow:0 2px 6px #2563eb4d;transform:translateY(-1px)}.attraction-card-visit-btn:active{transform:translateY(0)}#flights-container,.flights-container{box-sizing:border-box;display:flex;flex-direction:column;flex-wrap:nowrap;gap:.75rem;max-width:100%;overflow-x:hidden;overflow-y:visible;width:100%}#flights-container>.bg-white.rounded-2xl.shadow-md>.flight-card-wrapper,#flights-container>.flight-card-wrapper,.flights-container>.bg-white.rounded-2xl.shadow-md>.flight-card-wrapper,.flights-container>.flight-card-wrapper{align-self:stretch!important;box-sizing:border-box!important;margin:0!important;max-width:100%!important;width:100%!important}#flights-container>.bg-white.rounded-2xl.shadow-md,.flights-container>.bg-white.rounded-2xl.shadow-md{box-sizing:border-box!important;max-width:100%!important;width:100%!important}.flex.justify-start.my-4>.bg-white.p-6.rounded-2xl{box-sizing:border-box;max-width:100%;overflow-x:hidden;width:100%}#flights-container>.bg-white.rounded-2xl.shadow-md,.flight-card-wrapper,.flights-container .bg-white.rounded-2xl.shadow-md,.flights-container>.bg-white.rounded-2xl.shadow-md{container-name:flightcard;container-type:inline-size}.flight-card-wrapper{box-sizing:border-box;display:flex;max-width:100%;overflow:hidden;width:100%}.flight-card-wrapper *{min-width:0}.flight-airline-section,.flight-grid-section,.flight-price-section{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}.flight-airline-section{flex:0 0 auto;min-width:-webkit-fit-content;min-width:fit-content}.flight-grid-section{display:grid;flex:1 1;min-width:0}.flight-price-section{align-items:flex-end;flex:0 0 auto}.flight-airline-name,.flight-meta{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flight-meta{font-weight:400;line-height:1.15}.flight-airport,.flight-time{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flight-airport{display:block;margin-bottom:3px}.flight-date{word-wrap:break-word;display:block;line-height:1.35;margin-top:3px;max-width:100%;min-width:0;overflow-wrap:break-word;white-space:normal;word-break:break-word}.flight-price{align-items:baseline;display:inline-flex;flex-wrap:nowrap;gap:.15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flight-price .price-currency{flex-shrink:0;font-size:.9em;opacity:.85}.flight-price .price-amount{flex-shrink:0;font-weight:700}.flight-duration{flex:0 0 auto;flex-direction:column}.flight-duration,.flight-duration-line{align-items:center;display:flex;justify-content:center}.flight-duration-line{flex:0 0 auto}.flight-arrival,.flight-departure{display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.flight-departure{align-items:flex-start;overflow:hidden}.flight-arrival{align-items:flex-end;overflow:hidden}.flight-grid{box-sizing:border-box;display:grid;grid-auto-rows:-webkit-max-content;grid-auto-rows:max-content;overflow:hidden;width:100%}@media (max-width:768px){.flight-card-wrapper{align-items:center;flex-direction:row;gap:6px!important;padding:8px 10px!important}.flight-grid{align-items:flex-start;gap:4px!important;grid-template-columns:1fr auto 1fr}.flight-airline-logo{flex-shrink:0;height:24px!important;width:24px!important}.flight-airline-name{font-size:.875rem!important;max-width:80px}.flight-time{font-size:.95rem!important;line-height:1.2}.flight-airport{line-height:1.2;margin-bottom:3px}.flight-airport,.flight-date{font-size:.625rem!important;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flight-date{line-height:1.4;margin-top:3px}.flight-duration-text{font-size:.75rem!important}.flight-meta{font-size:.625rem!important}.flight-duration-line{margin:4px 0!important;width:36px!important}.flight-price{font-size:.875rem!important;gap:.1rem}.flight-card-wrapper span.rounded-full{flex-shrink:0;font-size:.65rem!important;padding:2px 6px!important}}@media (max-width:640px){.flight-card-wrapper{align-items:center;flex-direction:row;gap:3px!important;min-height:75px;padding:6px 8px!important}.flight-grid{align-items:flex-start;gap:3px!important;grid-template-columns:1fr auto 1fr}.flight-airline-section,.flight-price-section{min-width:-webkit-fit-content;min-width:fit-content}.flight-airline-logo{flex-shrink:0;height:22px!important;width:22px!important}.flight-airline-name{font-size:.8rem!important;max-width:70px}.flight-time{font-size:.875rem!important;line-height:1.15}.flight-airport{line-height:1.2;margin-bottom:4px}.flight-airport,.flight-date{font-size:.575rem!important;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flight-date{line-height:1.4;margin-top:4px;min-height:auto}.flight-duration-text{font-size:.7rem!important}.flight-meta{font-size:.575rem!important}.flight-duration-line{margin:3px 0!important;width:32px!important}.flight-price{font-size:.8rem!important;gap:.08rem}.flight-card-wrapper span.rounded-full{flex-shrink:0;font-size:.6rem!important;padding:1px 5px!important}}@media (max-width:480px){.flight-card-wrapper{align-items:center;flex-direction:row;gap:2px!important;min-height:70px;padding:4px 6px!important}.flight-grid{align-items:flex-start;gap:2px!important;grid-template-columns:1fr auto 1fr}.flight-airline-logo{flex-shrink:0;height:20px!important;width:20px!important}.flight-airline-name{font-size:.75rem!important;max-width:60px}.flight-time{font-size:.8rem!important;line-height:1.1}.flight-airport{line-height:1.2;margin-bottom:4px}.flight-airport,.flight-date{font-size:.55rem!important;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flight-date{line-height:1.4;margin-top:4px}.flight-duration-text{font-size:.65rem!important}.flight-meta{font-size:.55rem!important}.flight-duration-line{margin:2px 0!important;width:28px!important}.flight-price{font-size:.75rem!important;gap:.06rem}.flight-card-wrapper span.rounded-full{flex-shrink:0;font-size:.55rem!important;padding:1px 4px!important}}@media (min-width:769px){.flight-card-wrapper{align-items:center;flex-direction:row;gap:16px}.flight-grid{align-items:center;gap:16px;grid-template-columns:100px auto 100px}.flight-airline-name{max-width:120px}.flight-time{font-size:1.5rem!important}.flight-airport{overflow:hidden;text-overflow:ellipsis}.flight-airport,.flight-date{font-size:.75rem!important;white-space:nowrap}.flight-date{line-height:1.3;margin-top:3px}.flight-duration-line{width:96px}}.phone-view #flights-container,.phone-view .flights-container{overflow-x:hidden;width:100%}.phone-view .flight-card-wrapper{align-items:center;flex-direction:row;gap:3px!important;min-height:68px;padding:5px 7px!important}.phone-view .flight-grid{align-items:flex-start;gap:1px!important;grid-template-columns:1fr auto 1fr}.phone-view .flight-airline-logo{flex-shrink:0;height:20px!important;width:20px!important}.phone-view .flight-airline-name{font-size:.72rem!important;max-width:65px}.phone-view .flight-time{font-size:.78rem!important;line-height:1.1!important}.phone-view .flight-airport{font-size:.52rem!important;line-height:1.2!important;margin-bottom:4px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phone-view .flight-date{font-size:.52rem!important;line-height:1.4!important;margin-top:4px;max-width:100%;overflow:visible!important;text-overflow:clip!important;white-space:normal!important}.phone-view .flight-duration-text{font-size:.65rem!important}.phone-view .flight-meta{font-size:.52rem!important;line-height:1.1!important}.phone-view .flight-duration-line{margin:2px 0!important;width:26px!important}.phone-view .flight-price{font-size:.74rem!important;gap:.05rem}@container flightcard (max-width: 560px){.flight-grid{align-items:flex-start;gap:clamp(1px,.8cqw,3px)!important}.flight-airline-logo{height:clamp(18px,5cqw,24px)!important;width:clamp(18px,5cqw,24px)!important}.flight-duration-line{width:clamp(28px,10cqw,50px)!important}.flight-time{font-size:clamp(.78rem,2.8cqw,.95rem)!important;line-height:1.1!important}.flight-airport{margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flight-airport,.flight-date{font-size:clamp(.5rem,1.8cqw,.625rem)!important;max-width:100%}.flight-date{word-wrap:break-word;line-height:1.4;margin-top:4px;overflow:visible!important;overflow-wrap:break-word;text-overflow:clip!important;white-space:normal!important;word-break:break-word}.flight-duration-text{font-size:clamp(.63rem,2.2cqw,.75rem)!important}.flight-meta{font-size:clamp(.5rem,1.8cqw,.625rem)!important}.flight-airline-name,.flight-price{font-size:clamp(.68rem,2.4cqw,.875rem)!important}}@container flightcard (max-width: 420px){.flight-time{font-size:clamp(.74rem,2.6cqw,.85rem)!important}.flight-airport{margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flight-airport,.flight-date{font-size:clamp(.48rem,1.6cqw,.56rem)!important;max-width:100%}.flight-date{word-wrap:break-word;line-height:1.4;margin-top:4px;overflow:visible;overflow-wrap:break-word;white-space:normal;word-break:break-word}.flight-duration-text{font-size:clamp(.6rem,2cqw,.7rem)!important}.flight-meta{font-size:clamp(.48rem,1.6cqw,.56rem)!important}.flight-airline-name,.flight-price{font-size:clamp(.65rem,2.2cqw,.78rem)!important}.flight-duration-line{width:clamp(24px,8cqw,40px)!important}}@container flightcard (max-width: 340px){.flight-time{font-size:clamp(.7rem,2.4cqw,.8rem)!important}.flight-airport{font-size:clamp(.45rem,1.4cqw,.52rem)!important;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flight-grid{gap:6px!important;grid-template-columns:1fr!important}.flight-date{word-wrap:break-word;font-size:clamp(.45rem,1.4cqw,.52rem)!important;line-height:1.4;margin-top:4px;max-width:100%;overflow:visible;overflow-wrap:break-word;white-space:normal;word-break:break-word}.flight-duration-text{font-size:clamp(.55rem,1.8cqw,.65rem)!important}.flight-meta{font-size:clamp(.45rem,1.4cqw,.52rem)!important}.flight-airline-name,.flight-price{font-size:clamp(.6rem,2cqw,.72rem)!important}.flight-arrival,.flight-departure{align-items:flex-start;overflow:visible;text-align:left}.flight-duration{align-items:center;display:flex;gap:8px;justify-content:space-between}.flight-price-section{align-items:flex-start;margin-top:6px}}.flight-stop-direct{color:#16a34a;font-weight:600}.flight-stop-stop{color:#ef4444;font-weight:600}.stops-with-layovers{align-items:center;display:flex;gap:8px;justify-content:center}.flight-layovers{align-items:center;display:flex;gap:6px}.layover-item{background:#0000;color:#374151;font-size:.9em;font-weight:700}.layover-sep{display:inline-block;width:6px}@media (max-width:768px){.flight-price{gap:.1rem}.flight-price .price-currency{font-size:.85em}}@media (max-width:640px){.flight-card-wrapper{align-items:center;display:flex;min-height:75px}.flight-grid{align-items:center}}
/*# sourceMappingURL=main.8f2cb7f3.css.map*/