@import"https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;700&display=swap";.dark{--background: 222.2 84% 4.9%;--foreground: 210 40% 98%;--card: 222.2 84% 4.9%;--card-foreground: 210 40% 98%;--popover: 222.2 84% 4.9%;--popover-foreground: 210 40% 98%;--primary: 196 80% 53%;--primary-foreground: 222.2 47.4% 11.2%;--secondary: 262 83% 58%;--secondary-foreground: 210 40% 98%;--muted: 217.2 32.6% 17.5%;--muted-foreground: 215 20.2% 65.1%;--accent: 217.2 32.6% 17.5%;--accent-foreground: 210 40% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 210 40% 98%;--border: 217.2 32.6% 17.5%;--input: 217.2 32.6% 17.5%;--ring: 196 80% 53%}.travel-icon{position:absolute;opacity:.1;z-index:0;pointer-events:none}.listingsContainer{padding:1rem;max-width:1200px;margin:0 auto}.listingsHeader{margin-bottom:1rem}.listingCard{background:white;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:1.5rem;overflow:hidden;display:flex;min-height:120px;height:auto}.listingImage{width:120px;height:120px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.imagePlaceholder{width:100%;height:100%;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.placeholderIcon{color:#ccc}.listingDetails{flex:1;padding:1rem;display:flex;gap:2rem;min-width:0;height:auto}.listingMainInfo{flex:0 0 250px;display:flex;flex-direction:column;gap:.5rem}.listingName{font-size:1.25rem;font-weight:600;margin:0}.listingAddress{color:#666;margin:0;font-size:.9rem}.listingRating{display:flex;align-items:center;gap:.5rem}.stars{display:flex;gap:2px}.star{color:#ddd;font-size:1rem}.star-full{color:gold}.star-half{position:relative}.half-star{position:absolute;left:0;width:50%;overflow:hidden;color:gold}.ratingText{color:#666;font-size:.85rem}.listingPrice{font-weight:600;color:#0ea5e9;margin:0;font-size:.9rem}.listingPhone{color:#666;margin:0;font-size:.85rem}.listingSecondaryInfo{flex:1;display:flex;gap:2rem;height:auto}.listingAbout{flex:1;display:flex;flex-direction:column;gap:.5rem}.listingAbout h4{margin:0;font-size:.9rem;color:#333}.listingAbout p{color:#666;margin:0;line-height:1.4;font-size:.85rem;max-height:40px;overflow-y:auto;padding-right:8px;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.listingAbout p::-webkit-scrollbar{width:4px}.listingAbout p::-webkit-scrollbar-track{background:transparent}.listingAbout p::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:4px}.listingFeatures{flex:0 0 300px;margin-top:10px;margin-bottom:30px}.listingFeatures h4{font-size:14px;font-weight:600;margin-bottom:8px}.featuresList{list-style:none;margin:0;max-height:25px;overflow-y:auto;padding:0 0 2px}.featuresList li{font-size:13px;margin-bottom:6px;padding-left:20px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px;line-height:20px}.featuresList li:before{content:"✓";position:absolute;left:0;color:#4caf50}.featuresList li:last-child{margin-bottom:0}.featuresList::-webkit-scrollbar{width:6px}.featuresList::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.featuresList::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.featuresList::-webkit-scrollbar-thumb:hover{background:#555}.loadingMessage,.errorMessage,.noDataMessage{text-align:center;padding:2rem;color:#666}.errorMessage{color:#e53e3e}:root{--background: 210 40% 98%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 196 80% 53%;--primary-foreground: 210 40% 98%;--secondary: 262 83% 58%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 262 83% 96%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 196 80% 53%;--radius: .5rem}*{box-sizing:border-box;margin:0;padding:0;font-family:"Exo 2",sans-serif}body{font-family:"Exo 2",sans-serif;background-color:hsl(var(--background));color:hsl(var(--foreground))}h1,h2,h3,h4,h5,h6,p,span,div,button,input,select,textarea{font-family:"Exo 2",sans-serif}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 10px #38bdf880}50%{box-shadow:0 0 20px #38bdf8cc}}.animate-float{animation:float 3s ease-in-out infinite}.animate-spin-slow{animation:spin-slow 15s linear infinite}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}.glass{background:rgba(255,255,255,.6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.8);box-shadow:0 8px 32px #1f26871a}.gradient-text{background:linear-gradient(to right,#2ec4b6,#a855f7);-webkit-background-clip:text;background-clip:text;color:transparent}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.container{min-height:100vh;background:linear-gradient(135deg,#e0f7ff 0%,#f0e6ff 100%);overflow:hidden;position:relative;display:flex;flex-direction:column;font-family:"Exo 2",sans-serif;padding-bottom:0}.mainContent{max-width:1200px;width:100%;margin:0 auto;padding:7rem 1rem;display:flex;justify-content:center;position:relative;z-index:1;flex:1;min-height:calc(100vh - 170px)}.glassCard{width:100%;max-width:600px;padding:2rem;border-radius:2rem;background:rgba(255,255,255,.6);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 6px #0000000d,0 10px 15px #38bdf81a,inset 0 0 0 1px #ffffff80;position:relative;overflow:hidden;animation:pulse-glow 3s infinite;min-height:500px}.glassCard:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 70%);transform:rotate(30deg);pointer-events:none;z-index:-1}button,input,select,textarea{border:none;outline:none}*:focus{outline:none}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{box-shadow:0 0 0 2px #38bdf84d}button{cursor:pointer}.backButton:hover,.nextButton:hover,.sendButton:hover,.calendarNavButton:hover,.calendarDay:hover:not(:disabled),.floatingChatSend:hover,.floatingChatClose:hover{transform:scale(1.05);transition:transform .2s ease}.optionButton:hover{transform:scale(1.03);transition:transform .2s ease}input[type=range]{cursor:pointer}@media (max-width: 768px){.listingCard{flex-direction:column}.listingImage{width:100%;height:150px}.listingDetails{flex-direction:column}}.backgroundElements{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0;pointer-events:none}.backgroundElement{position:absolute;z-index:0}.travelIcon{color:#38bdf833;filter:drop-shadow(0 0 10px rgba(56,189,248,.1))}.plane1{top:10%;left:-100px}.plane2{top:30%;right:-100px}.globe{top:15%;right:10%}.map{bottom:20%;left:5%}.camera{top:40%;left:10%}.luggage{top:60%;right:20%}.mountain{bottom:30%;left:20%}.landmark{top:25%;left:30%}.sun{top:5%;left:15%}.cloud{position:absolute}.header{position:relative;z-index:10;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background-color:#ffffffb3;border-bottom:1px solid rgba(255,255,255,.8);box-shadow:0 4px 6px #0000000d}.headerContent{max-width:1200px;margin:0 auto;padding:.7rem 0;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;margin-left:-.5rem}.logoIcon{width:2rem;height:2rem;color:#38bdf8}.logoText{font-size:1.5rem;font-weight:700;color:#1e293b;letter-spacing:.05em}.homeButton{border-radius:9999px;background-color:#ffffff80;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:none;color:#0369a1;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin-right:-.5rem}.homeButton:hover{background-color:#fffc;transform:scale(1.15);transition:transform .2s ease,background-color .2s ease}.homeIcon{width:1.25rem;height:1.25rem}.welcomeStep{text-align:center}.homepageLogoContainer{margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;padding-top:1rem}.welcomeTitle{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1rem;letter-spacing:.05em}.welcomeText{color:#475569;margin-bottom:2rem;line-height:1.6;max-width:90%;margin-left:auto;margin-right:auto;text-align:justify}.startButton{background:linear-gradient(to right,#38bdf8,#8b5cf6);color:#fff;padding:.75rem 1.5rem;border-radius:1rem;font-weight:500;box-shadow:0 0 15px #38bdf84d;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none}.startButton:hover{box-shadow:0 0 20px #38bdf880;transform:translateY(-2px) scale(1.03);transition:all .3s ease}.buttonIcon{width:1.25rem;height:1.25rem}.formStep{width:100%;padding:1rem 0;min-height:550px;display:flex;flex-direction:column}.questionHeader{display:flex;align-items:center;margin-bottom:1.5rem}.questionIcon{margin-right:.75rem}.stepIcon{width:1.5rem;height:1.5rem;color:#38bdf8}.questionText{font-size:1.5rem;font-weight:700;color:#1e293b;letter-spacing:.05em}.inputContainer{margin-bottom:2rem;position:relative;flex:1;display:flex;flex-direction:column}.optionsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.optionButton{width:100%;height:4rem;font-size:1.125rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;border:none}.optionButtonActive{background:linear-gradient(to right,#38bdf8,#8b5cf6);color:#fff}.textInput{width:100%;background-color:#fffc;border:none;color:#1e293b;border-radius:1rem;padding:.75rem 1rem;font-family:"Exo 2",sans-serif;transition:all .2s ease}.textInput:focus{background-color:#ffffffe6;box-shadow:0 0 10px #38bdf833}.textInput::-moz-placeholder{color:#94a3b8}.textInput::placeholder{color:#94a3b8}.mt-4{margin-top:1rem}.dateButton{width:100%;justify-content:space-between;text-align:left;font-weight:400;background-color:#fffc;border:none;color:#1e293b;border-radius:1rem;padding:1rem;display:flex;align-items:center;cursor:pointer;transition:all .2s ease;font-family:"Exo 2",sans-serif;font-size:1rem}.dateButton:hover{background-color:#ffffffe6;box-shadow:0 0 10px #38bdf833;transform:none;transition:background-color .2s ease,box-shadow .2s ease}.calendarPopover{position:absolute;width:320px;background-color:#fff;border:none;border-radius:1rem;box-shadow:0 4px 20px #00000026;z-index:100;margin-top:.5rem;overflow-y:auto;max-height:400px}.calendar{background-color:#fff;color:#1e293b;padding:1.25rem;border-radius:1rem;font-family:"Exo 2",sans-serif;min-height:-moz-min-content;min-height:min-content}.calendarHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.calendarMonthTitle{font-weight:600;font-size:1.1rem}.calendarNavButton{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;border:none;cursor:pointer;transition:all .2s ease}.calendarNavButton:hover{background-color:#38bdf81a}.calendarBody{display:flex;flex-direction:column;gap:.5rem}.calendarDayNames{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.5rem}.calendarDayName{text-align:center;font-size:.8rem;color:#64748b;font-weight:500;padding:.5rem 0}.calendarDays{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;border-radius:.5rem}.calendarDayEmpty{aspect-ratio:1 / 1}.calendarDay{aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;border-radius:.5rem;font-family:"Exo 2",sans-serif;font-size:.9rem;transition:all .2s ease;cursor:pointer;border:none;background:transparent}.calendarDay:hover:not(:disabled){background-color:#38bdf81a}.calendarDaySelected{background:linear-gradient(to right,#38bdf8,#8b5cf6);color:#fff}.calendarDayDisabled{color:#cbd5e1;cursor:not-allowed}.tripDuration{margin:1rem 0}.tripDurationText{text-align:center;color:#1e293b;font-weight:500;background:rgba(56,189,248,.1);padding:.75rem;border-radius:.75rem;border:1px dashed rgba(56,189,248,.3)}.buttonContainer{display:flex;justify-content:space-between}.backButton{color:#475569;border-radius:1rem;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;border:none;background-color:#f3f4f6cc}.backButton:hover{background-color:#f3f4f6}.nextButton{background:linear-gradient(to right,#38bdf8,#8b5cf6);color:#fff;transition:all .3s ease;border-radius:1rem;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;border:none}.nextButton:hover{box-shadow:0 0 15px #38bdf84d}.nextButton:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none}.resultsPageContainer{width:100%;max-width:90%;margin:0 auto;background:rgba(255,255,255,.7);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:2rem;border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 6px #0000000d,0 10px 15px #38bdf81a;overflow:hidden;padding:2rem}.resultsHeader{text-align:center;margin-bottom:2rem}.resultsTitle{font-size:1.875rem;font-weight:700;text-align:center;background:linear-gradient(to right,#38bdf8,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:1.5rem;letter-spacing:.05em}.resultsMainContent{display:flex;gap:2rem;margin-bottom:2rem;align-items:stretch}.destinationImageContainer{flex:1;height:auto;min-height:450px;background-color:#38bdf81a;border-radius:1.5rem;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px dashed rgba(56,189,248,.3)}.destinationImagePlaceholder{color:#64748b;text-align:center;padding:2rem}.destinationInfo{flex:1;display:flex;flex-direction:column}.tripSummary{background:rgba(255,255,255,.6);border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;border:1px dashed rgba(56,189,248,.3)}.summaryItem{display:flex;margin-bottom:.75rem}.summaryLabel{font-weight:600;width:150px;color:#1e293b}.summaryValue{color:#475569;flex:1}.destinationDescription{background:rgba(255,255,255,.6);border-radius:1rem;padding:1.5rem;flex:1;border:1px dashed rgba(56,189,248,.3);display:flex;align-items:center;justify-content:center}.descriptionPlaceholder{color:#64748b;text-align:center}.categoriesSeparator{height:1px;background:linear-gradient(to right,transparent,rgba(56,189,248,.5),rgba(139,92,246,.5),transparent);margin:2rem 0;width:100%}.resultsActions{display:flex;justify-content:space-between}.mb-4{margin-bottom:1rem}.mb-3{margin-bottom:.75rem}.mx-auto{margin-left:auto;margin-right:auto}.mt-2{margin-top:.5rem}.text-sm{font-size:.875rem}.text-xl{font-size:1.25rem}.font-bold{font-weight:700}.text-gray-800{color:#1e293b}.footer{position:relative;z-index:10;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background-color:#ffffff80;border-top:1px solid rgba(255,255,255,.8);width:100%}.footerContent{max-width:1200px;margin:0 auto;padding:1.5rem 1rem;display:flex;justify-content:center;align-items:center}.footerInfo{text-align:center;color:#64748b;font-family:"Exo 2",sans-serif;line-height:1.6}.footerTitle{font-size:1rem;margin-bottom:.25rem;color:#475569}.footerAuthors{font-size:1.1rem;margin-bottom:.25rem;color:#1e293b}.footerSchool{font-size:.95rem;margin-bottom:1rem;color:#475569}.footerCopyright{font-size:.9rem;margin-bottom:.5rem}.footerDisclaimer{font-size:.85rem;opacity:.9}@media (max-height: 800px){.footerContent{padding:1rem}.footerTitle,.footerAuthors,.footerSchool,.footerCopyright,.footerDisclaimer{margin-bottom:.2rem}.footerSchool{margin-bottom:.5rem}}.floatingOrb{position:fixed;bottom:3rem;right:2rem;width:3rem;height:3rem;border-radius:1.2rem;background:linear-gradient(to right,#38bdf8,#8b5cf6);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 0 15px #38bdf84d;z-index:50;border:none}.orbIcon{width:1.5rem;height:1.5rem;color:#fff}.floatingChatWindow{position:fixed;bottom:10rem;right:2rem;width:360px;height:460px;background:white;border-radius:1.2rem;box-shadow:0 5px 20px #00000026;display:flex;flex-direction:column;overflow:hidden;z-index:49;font-family:"Exo 2",sans-serif;border:none}.floatingChatHeader{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:white;color:#1e293b;border-bottom:1px solid rgba(209,213,219,.8)}.floatingChatTitle{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#1e293b}.floatingChatIcon{width:1.25rem;height:1.25rem;color:#38bdf8}.floatingChatClose{background:transparent;border:none;color:#64748b;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%}.floatingChatClose:hover{background:rgba(0,0,0,.05)}.floatingChatBody{flex:1;display:flex;flex-direction:column;padding:1rem;overflow-y:auto}.floatingChatMessages{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}.floatingChatUserMessage{align-self:flex-end;background:linear-gradient(to right,#38bdf8,#8b5cf6);color:#fff;padding:.75rem 1rem;border-radius:1rem 1rem 0;max-width:80%;font-family:"Exo 2",sans-serif}.floatingChatAiMessage{align-self:flex-start;background:#f1f5f9;color:#1e293b;padding:.75rem 1rem;border-radius:1rem 1rem 1rem 0;max-width:80%;font-family:"Exo 2",sans-serif;white-space:pre-wrap}.typingIndicator{display:flex;align-items:center;justify-content:center;min-width:40px;padding:.5rem 1rem}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;background-color:#64748b;margin:0 3px;opacity:.6;animation:typingAnimation 1.4s infinite ease-in-out}.dot:nth-child(1){animation-delay:0s}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes typingAnimation{0%,60%,to{transform:translateY(0);opacity:.6}30%{transform:translateY(-4px);opacity:1}}.floatingChatInput{display:flex;gap:.5rem;padding:.75rem;border-top:1px solid rgba(209,213,219,.8)}.floatingChatTextarea{flex:1;border:none;border-radius:1rem;padding:.75rem;resize:none;font-family:"Exo 2",sans-serif;font-size:.9rem;min-height:2.5rem}.floatingChatSend{background:linear-gradient(to right,#38bdf8,#8b5cf6);color:#fff;border:none;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.floatingChatSend:hover{opacity:.9}.travelersContainer{display:flex;flex-direction:column;gap:1.5rem;max-height:400px;overflow-y:auto;padding:.5rem;margin-bottom:1.5rem}.travelerCard{background:rgba(255,255,255,.7);border-radius:1rem;padding:1.25rem;border:1px solid rgba(255,255,255,.8)}.travelerHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.travelerTitle{font-size:1.1rem;font-weight:600;color:#1e293b}.removeButton{color:#64748b;border-radius:50%;width:1.75rem;height:1.75rem;padding:0;display:flex;align-items:center;justify-content:center}.removeButton:hover{background-color:#ef44441a;color:#ef4444}.inputField{margin-bottom:1rem}.inputLabel{display:block;font-size:.9rem;font-weight:500;color:#64748b;margin-bottom:.5rem}.addTravelerButton{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;border-radius:.75rem;background:rgba(255,255,255,.5);border:1px dashed rgba(56,189,248,.5);color:#0ea5e9;font-weight:500;transition:all .2s ease}.addTravelerButton:hover{background:rgba(255,255,255,.8);border-color:#38bdf8cc}.visaInputContainer{display:flex;gap:.5rem;margin-bottom:.5rem;position:relative}.addVisaButton{background:linear-gradient(to right,#38bdf8,#8b5cf6);color:#fff;border-radius:.5rem;padding:.5rem 1rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-weight:500;min-width:100px;box-shadow:0 0 10px #38bdf833}.addVisaButton:hover{transform:translateY(-2px);box-shadow:0 0 15px #38bdf84d}.helperText{font-size:.85rem;color:#64748b;margin-top:.25rem;margin-bottom:.75rem;font-style:italic;background-color:#38bdf80d;padding:.5rem;border-radius:.5rem;border:1px dashed rgba(56,189,248,.2)}.selectedVisas{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem;padding:.75rem;background:rgba(255,255,255,.5);border-radius:.75rem;border:1px solid rgba(56,189,248,.2)}.visaTag{display:flex;align-items:center;gap:.25rem;background:rgba(56,189,248,.15);color:#0ea5e9;padding:.35rem .75rem;border-radius:.5rem;font-size:.9rem;font-weight:500;box-shadow:0 1px 3px #0000000d}.removeVisaButton{background:none;border:none;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.1rem}.removeVisaButton:hover{color:#ef4444}.errorText{color:#ef4444;font-size:.8rem;margin-top:.25rem}.visasList{font-size:.9rem;color:#64748b}.categoryTabs{display:flex;gap:1rem;margin-bottom:1.5rem;justify-content:center}.categoryTab{padding:.75rem 2rem;border-radius:1rem;font-weight:500;background:transparent;color:#475569;border:1px solid rgba(56,189,248,.3);transition:all .3s ease;font-size:1.1rem}.categoryTab:hover:not(.categoryTabActive){background:rgba(255,255,255,.5);border-color:#38bdf880;transform:scale(1.05)}.categoryTabActive{background:linear-gradient(to right,#38bdf8,#8b5cf6);color:#fff;box-shadow:0 0 15px #38bdf84d;border:none}.categoryTabActive:hover{transform:none;box-shadow:0 0 15px #38bdf84d}.categoryContent{background:rgba(255,255,255,.6);border-radius:1rem;padding:1.5rem;height:500px;overflow-y:auto;border:1px solid rgba(255,255,255,.8);margin-bottom:1.5rem;min-height:500px;max-height:700px;transition:opacity .3s ease}.contentPlaceholder{height:100%;display:flex;align-items:center;justify-content:center;color:#64748b;text-align:center;border:1px dashed rgba(56,189,248,.3);border-radius:.75rem}.listingsContainer{display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto;padding:.5rem;max-height:100%}.listingsHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:0 .5rem}.reloadButton{display:flex;align-items:center;justify-content:center;background:linear-gradient(to right,rgba(56,189,248,.1),rgba(139,92,246,.1));border:1px solid rgba(56,189,248,.3);color:#1e293b;transition:all .3s ease;padding:.5rem 1rem;border-radius:.75rem;font-size:.9rem;font-weight:500;font-family:"Exo 2",sans-serif}.reloadButton:hover{background:linear-gradient(to right,rgba(56,189,248,.2),rgba(139,92,246,.2));transform:scale(1.05);box-shadow:0 0 10px #38bdf833}.reloadButton:disabled{opacity:.6;cursor:not-allowed}.hotelSelect{max-width:200px}.listingCard{display:flex;background:white;border-radius:1rem;overflow:hidden;box-shadow:0 2px 10px #0000000d;transition:transform .2s ease,box-shadow .2s ease;min-height:250px}.listingCard:hover{transform:translateY(-3px);box-shadow:0 4px 15px #38bdf833}.listingImage{width:200px;min-width:200px;background-color:#38bdf81a;display:flex;align-items:center;justify-content:center}.imagePlaceholder{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#64748b;width:100%;height:100%;padding:1rem;text-align:center}.placeholderIcon{margin-bottom:.5rem;opacity:.5;font-size:2rem}.listingDetails{flex:1;display:flex;padding:1.5rem;gap:1.5rem}.listingMainInfo,.listingSecondaryInfo{flex:1;display:flex;flex-direction:column;gap:.75rem}.listingName{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.listingAddress{color:#64748b;font-size:.9rem;margin-bottom:.5rem}.listingRating{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.stars{display:flex}.star{position:relative;font-size:1rem;color:#cbd5e1}.star-full{color:#f59e0b}.star-half{position:relative;color:#cbd5e1}.half-star{position:absolute;left:0;top:0;width:50%;overflow:hidden;color:#f59e0b}.ratingText{font-size:.9rem;color:#64748b}.listingPrice{font-weight:600;color:#0ea5e9;margin-bottom:.5rem}.listingPhone{color:#64748b;font-size:.9rem}.listingAbout,.listingFeatures{margin-bottom:1rem}.listingAbout h4,.listingFeatures h4{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.listingAbout p{color:#64748b;font-size:.9rem;line-height:1.4}.scrollable-features{max-height:180px;overflow-y:auto;padding-right:.5rem}.featuresList{list-style:none;padding:0;margin:0}.featuresList li{color:#64748b;font-size:.9rem;position:relative;padding:.25rem 0 .25rem 1.25rem}.featuresList li:before{content:"✓";position:absolute;left:0;color:#0ea5e9;font-weight:700}.itineraryContainer{display:flex;flex-direction:column;height:100%}.itineraryHeader{text-align:center;margin-bottom:2rem}.itineraryTitle{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.itinerarySubtitle{color:#64748b;font-size:1rem}.itineraryPlaceholder{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem;background:rgba(255,255,255,.7);border-radius:1rem;border:1px dashed rgba(56,189,248,.3);margin-bottom:2rem;min-height:350px}.itineraryMessage{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.itineraryDescription{color:#64748b;max-width:600px;margin:0 auto 2rem;line-height:1.6}.itineraryGenerateButton{margin-top:1.5rem}.generateButton{background:linear-gradient(to right,#38bdf8,#8b5cf6);color:#fff;padding:.75rem 1.5rem;border-radius:1rem;font-weight:500;box-shadow:0 0 15px #38bdf84d;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;cursor:pointer;opacity:1}.generateButton:hover{box-shadow:0 0 20px #38bdf880;transform:translateY(-2px) scale(1.03);transition:all .3s ease}.generateButton:disabled{opacity:.7;cursor:not-allowed}.loadingAnimation{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.loadingIcon{color:#38bdf8;animation:spin 1.5s linear infinite}.loadingText{font-size:1.1rem;color:#1e293b;font-weight:500;background:linear-gradient(to right,#38bdf8,#8b5cf6);-webkit-background-clip:text;background-clip:text}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.itineraryError{color:#ef4444;margin-top:1rem;font-weight:500}.itineraryResults{flex:1;display:flex;flex-direction:column;gap:1.5rem;background:white;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-bottom:2rem;overflow-y:auto}.itineraryDay{border-bottom:1px solid #e2e8f0;padding-bottom:1.5rem}.dayTitle{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #38bdf8;display:inline-block}.dayContent{display:flex;flex-direction:column;gap:1rem}.itineraryItem{background:#f8fafc;border-radius:.75rem;padding:1rem;border-left:3px solid #8b5cf6}.itemLocation,.itemTodo{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.itemLocation{font-weight:600;color:#1e293b}.itemTodo{color:#475569}.locationIcon{color:#8b5cf6}.todoIcon{color:#38bdf8}.itineraryActions{display:flex;justify-content:center;margin-top:2rem}.resetButton{background:#f1f5f9;color:#475569;padding:.75rem 1.5rem;border-radius:1rem;font-weight:500;border:none;cursor:pointer;transition:all .2s ease}.resetButton:hover{background:#e2e8f0}.selectContainer{position:relative;width:100%}.selectButton{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background-color:#fffc;border:1px solid rgba(209,213,219,.3);border-radius:.75rem;color:#1e293b;font-family:"Exo 2",sans-serif;font-size:.9rem;cursor:pointer;transition:all .2s ease}.selectButton:hover{background-color:#ffffffe6;box-shadow:0 0 10px #38bdf833}.selectIcon{width:1rem;height:1rem;transition:transform .2s ease}.selectIcon.rotate{transform:rotate(180deg)}.selectDropdown{position:absolute;top:calc(100% + .5rem);left:0;width:100%;max-height:15rem;overflow-y:auto;background-color:#fff;border-radius:.75rem;box-shadow:0 4px 12px #0000001a;z-index:50;border:1px solid rgba(209,213,219,.3)}.selectOption{padding:.75rem 1rem;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid rgba(209,213,219,.2);font-family:"Exo 2",sans-serif}.selectOption:last-child{border-bottom:none}.selectOption:hover{background-color:#38bdf81a;cursor:pointer}.selectOption.selected{background-color:#38bdf833;font-weight:500}
