*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}.App{min-height:100vh;width:100%}.password-protection{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:99999}.password-modal{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 60px #0000004d;color:#fff;max-width:400px;padding:3rem;width:90%}.password-header{margin-bottom:2rem;text-align:center}.password-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 10px #0000004d}.password-header p{font-size:1rem;opacity:.9}.form-group label{font-size:1rem;margin-bottom:.8rem}.form-group input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff4d;border-radius:10px;color:#fff;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.form-group input::placeholder{color:#fff9}.form-group input:focus{background:#ffffff26;border-color:#ffffff80;box-shadow:0 0 20px #ff6b6b4d;outline:none}.error-message{animation:shake .3s ease-in-out;color:#ff6b6b;font-size:.9rem;margin-top:.5rem}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.submit-btn{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.submit-btn:hover{box-shadow:0 8px 20px #ff6b6b66;transform:translateY(-2px)}.submit-btn:active{transform:translateY(0)}.landing{overflow-x:hidden}.nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border-bottom:1px solid #fff3;left:0;padding:1rem 0;position:fixed;right:0;top:0;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo{color:#fff;font-size:1.8rem;font-weight:700;text-decoration:none}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{border-radius:8px;color:#ffffffe6;cursor:pointer;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.nav-links a:hover{background:#ffffff1a;color:#fff}.cta-nav{background:linear-gradient(135deg,#ff6b6b,#ff8e8e)!important;border-radius:25px;box-shadow:0 4px 15px #ff6b6b4d;color:#fff!important;font-weight:600;padding:.8rem 1.5rem!important}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;min-height:100vh;overflow:hidden;padding-top:100px;position:relative}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Ccircle cx='200' cy='200' r='100' fill='rgba(255,255,255,0.1)' opacity='.5'/%3E%3Ccircle cx='800' cy='300' r='150' fill='rgba(255,255,255,0.1)' opacity='.3'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}.hero-content h1{color:#fff;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 4px 20px #0000004d}.hero-content p{color:#ffffffe6;font-size:1.3rem;margin-bottom:2rem}.hero-stats{display:flex;gap:2rem;margin-bottom:2rem}.stat-item{text-align:center}.stat-number{color:#fff;display:block;font-size:2rem;font-weight:700}.stat-label{font-size:.9rem}.hero-cta{display:flex;gap:1rem}.btn-primary{border-radius:50px;box-shadow:0 8px 25px #ff6b6b66;display:inline-block;font-size:1.1rem;text-decoration:none}.btn-primary:hover{box-shadow:0 15px 35px #ff6b6b80;transform:translateY(-3px)}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;display:inline-block;font-size:1.1rem;text-decoration:none}.btn-secondary:hover{transform:translateY(-2px)}.travel-visual{position:relative}.travel-card{animation:slideIn .8s ease-out forwards;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;color:#fff;margin-bottom:1rem;padding:2rem;transform:translateX(20px)}.travel-card:nth-child(2){animation-delay:.2s}.travel-card:nth-child(3){animation-delay:.4s}.travel-card h3{font-size:1.2rem;margin-bottom:.5rem}.travel-card p{font-size:.9rem;opacity:.9}.transformation-score{background:#fff3;float:right;font-weight:600;padding:.3rem .8rem}.features{background:#fff;padding:6rem 0}.container{padding:0 2rem}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:#1a202c;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-subtitle{color:#64748b;font-size:1.2rem;margin:0 auto;max-width:600px}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.feature-card{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 10px 40px #0000001a;padding:2.5rem;transition:all .3s ease}.feature-card:hover{box-shadow:0 20px 60px #00000026;transform:translateY(-10px)}.feature-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;box-shadow:0 8px 25px #667eea4d;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.feature-title{color:#1a202c;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.feature-description{color:#64748b;line-height:1.6}.ai-demo{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 0}.demo-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.demo-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.demo-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.ai-chat{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border-radius:20px;height:400px;padding:2rem}.chat-message{animation:fadeIn .5s ease-out}@media (max-width:768px){.demo-container,.hero-container{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-content h1{font-size:2.5rem}.nav-links{display:none}.hero-stats{flex-wrap:wrap;justify-content:center}.hero-cta{align-items:center;flex-direction:column}.features-grid{grid-template-columns:1fr}.ai-chat{height:300px}}.assessment{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;min-height:100vh}.container{max-width:600px;padding:1.5rem}.assessment-header{margin-bottom:2rem;text-align:center}.assessment-header h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 4px 20px #0000004d}.assessment-header p{font-size:1rem;margin-bottom:1.5rem;opacity:.9}.progress-bar{background:#fff3;border-radius:3px;height:6px;margin:1rem 0;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#ff6b6b,#ff8e8e);border-radius:3px;height:100%;transition:width .5s ease}#progress-text{font-size:.9rem;opacity:.9}.question-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;display:none;margin-bottom:1.5rem;padding:2rem}.question-card.active{animation:slideIn .4s ease-out;display:block}.question-number{color:#ff6b6b;font-size:.85rem;font-weight:600;margin-bottom:.5rem}.question-title{font-size:1.3rem;font-weight:600;line-height:1.3;margin-bottom:1.5rem}.options-grid{grid-gap:.75rem;display:grid;gap:.75rem;margin-bottom:1.5rem}.option-btn{align-items:center;background:#ffffff1a;border:2px solid #fff3;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;gap:.75rem;padding:1rem;text-align:left;transition:all .3s ease}.option-btn:hover{background:#fff3;transform:translateY(-1px)}.option-btn.selected{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border-color:#ff6b6b;transform:translateY(-1px)}.option-icon{font-size:1.2rem;min-width:30px}.option-content{flex:1 1}.option-title{font-weight:600;margin-bottom:.2rem}.option-description{font-size:.8rem;opacity:.8}.navigation{align-items:center;display:flex;justify-content:space-between;margin-top:1.5rem}.nav-btn{background:#ffffff1a;border:2px solid #fff3;border-radius:20px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.nav-btn:hover:not(:disabled){background:#fff3}.nav-btn:disabled{cursor:not-allowed;opacity:.5}.nav-btn.primary{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border-color:#ff6b6b}.results-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;display:none;padding:2rem;text-align:center}.results-card.active{animation:slideIn .4s ease-out;display:block}.results-card h2{margin-bottom:1.5rem}.ai-analysis{background:#ffffff0d;border-left:4px solid #ff6b6b;border-radius:12px;margin:1.5rem 0;padding:1rem}.ai-analysis h3{margin-bottom:.5rem}.personality-match{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);margin:1.5rem 0}.match-item{background:#ffffff1a;border-radius:8px;padding:.75rem;text-align:center}.match-score{color:#ff6b6b;font-size:1.5rem;font-weight:700}.match-label{font-size:.8rem;opacity:.9}@media (max-width:480px){.container{padding:1rem}.question-card{padding:1.5rem}.assessment-header h1{font-size:1.75rem}.personality-match{grid-template-columns:1fr}}.recommendations-container{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;min-height:100vh;padding:2rem 1rem}.recommendations-header{margin:0 auto 3rem;max-width:1200px;text-align:center}.recommendations-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 4px 20px #0000004d}.recommendations-header p{font-size:1.1rem;opacity:.9}.journeys-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto 3rem;max-width:1200px}.journey-card{border-radius:16px;display:flex;flex-direction:column;padding:2rem}.journey-card:hover{background:#ffffff26;box-shadow:0 20px 60px #0000004d;transform:translateY(-10px)}.journey-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.journey-header h3{flex:1 1;font-size:1.3rem;font-weight:600}.match-badge{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border-radius:20px;font-size:.9rem;font-weight:600;padding:.5rem 1rem;white-space:nowrap}.journey-details{grid-gap:.75rem;border-bottom:1px solid #ffffff1a;display:grid;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1.5rem}.detail-item{display:flex;font-size:.95rem;justify-content:space-between}.journey-description{flex:1 1;font-size:.95rem;margin-bottom:1.5rem;opacity:.95}.highlights{margin-bottom:1.5rem}.highlights-label{font-size:.85rem;font-weight:600;margin-bottom:.5rem;opacity:.8}.highlights-list{display:flex;flex-wrap:wrap;gap:.5rem}.highlight-tag{background:#ffffff1a;border:1px solid #fff3;border-radius:12px;font-size:.8rem;padding:.4rem .8rem}.journey-btn{align-self:flex-start;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border:none;border-radius:20px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.journey-btn:hover{box-shadow:0 8px 20px #ff6b6b66;transform:translateY(-2px)}.action-buttons{display:flex;gap:1rem;justify-content:center;margin:0 auto;max-width:1200px}.btn-secondary{background:#ffffff1a;border:2px solid #ffffff4d;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.btn-secondary:hover{background:#fff3}.btn-primary{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border:none;border-radius:25px;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.btn-primary:hover{box-shadow:0 10px 30px #ff6b6b66}@media (max-width:768px){.recommendations-header h1{font-size:2rem}.journeys-grid{grid-template-columns:1fr}.action-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.dashboard-container{margin:0 auto;max-width:1200px;padding:2rem}.header h1{font-size:2.5rem;margin-bottom:.5rem}.header p{font-size:1.1rem}.dashboard-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:3rem}.dashboard-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;padding:2rem;transition:all .3s ease}.dashboard-card:hover{box-shadow:0 20px 40px #0003;transform:translateY(-5px)}.card-header{align-items:center;display:flex;margin-bottom:1.5rem}.card-icon{font-size:1.5rem;margin-right:.8rem}.card-title{font-size:1.3rem;font-weight:600}.transformation-score{margin:2rem 0}.score-circle{align-items:center;background:conic-gradient(from 0deg,#ff6b6b,#ff8e8e,#667eea,#764ba2);border-radius:50%;display:flex;height:120px;justify-content:center;margin:0 auto 1rem;position:relative;width:120px}.score-circle:before{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border-radius:50%;content:"";height:90px;position:absolute;width:90px}.score-number{font-size:2rem;font-weight:700;z-index:1}.score-label{font-size:.9rem;opacity:.8}.quick-actions{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1.5rem}.action-btn{background:#ffffff1a;border:1px solid #fff3;border-radius:15px;color:#fff;cursor:pointer;font-weight:500;padding:1rem;text-align:center;transition:all .3s ease}.action-btn:hover{background:#fff3;transform:translateY(-2px)}.destination-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;margin-bottom:1rem;padding:1.5rem}.destination-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.8rem}.destination-name{font-size:1.1rem;font-weight:600}.transformation-badge{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border-radius:15px;font-size:.8rem;font-weight:600;padding:.3rem .8rem}.destination-description{font-size:.9rem;margin-bottom:.8rem;opacity:.9}.growth-tags{display:flex;flex-wrap:wrap;gap:.5rem}.growth-tag{background:#ffffff1a;border:1px solid #fff3;border-radius:10px;font-size:.7rem;padding:.2rem .6rem}.ai-chat{background:#ffffff0d;border-radius:15px;height:300px;margin-bottom:1rem;overflow-y:auto;padding:1.5rem}.chat-message{animation:slideIn .3s ease-out;margin-bottom:1rem}.ai-bubble,.user-bubble{font-size:.9rem;padding:.8rem 1rem}.ai-bubble{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px}.chat-input-container{gap:.8rem}.chat-input{background:#ffffff1a;border:1px solid #fff3;border-radius:15px}.chat-input::placeholder{color:#fff9}.send-btn{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border:none;border-radius:15px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem 1.2rem}.insights-list{list-style:none}.insights-list li{background:#ffffff0d;border-left:3px solid #ff6b6b;border-radius:10px;margin-bottom:.8rem;padding:1rem}.insight-title{font-weight:600;margin-bottom:.3rem}.insight-description{font-size:.9rem;opacity:.9}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.visual-journey-section{margin-bottom:3rem}.journey-carousel{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:2rem}.journey-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;cursor:pointer;overflow:hidden;transition:all .3s ease}.journey-card:hover{box-shadow:0 25px 50px #0000004d;transform:translateY(-10px) scale(1.02)}.journey-image{background-position:50%;background-size:cover;height:250px;position:relative}.journey-overlay{background:linear-gradient(180deg,#0000 0,#000000b3);bottom:0;display:flex;flex-direction:column;justify-content:flex-end;left:0;padding:1.5rem;position:absolute;right:0;top:0}.journey-title{color:#fff;font-size:1.4rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 10px #00000080}.journey-aspiration{color:#ffffffe6;font-size:.9rem;margin-bottom:.8rem}.journey-score{align-self:flex-start;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border-radius:15px;font-size:.8rem;font-weight:600;padding:.3rem .8rem}.journey-content{padding:1.5rem}.journey-description{font-size:.9rem;line-height:1.5;margin-bottom:1rem;opacity:.9}.journey-features{display:flex;gap:.8rem;margin-bottom:1rem}.feature-icon{background:#ffffff1a;border:1px solid #fff3;border-radius:10px;font-size:1.2rem;padding:.5rem}.journey-actions{display:flex;gap:.8rem}.view-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;flex:1 1;font-weight:600;padding:.8rem;transition:all .3s ease}.view-btn:hover{box-shadow:0 8px 20px #667eea66;transform:translateY(-2px)}.streetview-btn{background:#ffffff1a;border:1px solid #fff3;border-radius:10px;color:#fff;cursor:pointer;padding:.8rem;transition:all .3s ease}.streetview-btn:hover{background:#fff3}.journey-modal{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:10000}.modal-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;color:#fff;max-height:80vh;max-width:800px;overflow-y:auto;padding:2rem;width:100%}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.close-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:1.5rem;padding:.5rem}@media (max-width:768px){.dashboard-grid{grid-template-columns:1fr}.dashboard-container{padding:1rem}.header h1{font-size:2rem}.journey-carousel{grid-template-columns:1fr}.journey-features{justify-content:center}}.container{margin:0 auto;max-width:1200px;padding:2rem}.search-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;margin-bottom:2rem;padding:2rem}.search-tabs{display:flex;gap:1rem;margin-bottom:2rem}.tab-btn{background:#ffffff1a;border:1px solid #fff3;border-radius:15px;color:#fff;cursor:pointer;padding:.8rem 1.5rem;transition:all .3s ease}.tab-btn.active{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border-color:#ff6b6b}.search-form{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.form-group{display:flex;flex-direction:column}.form-group input,.form-group select{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:none;padding:.8rem}.search-btn{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border:none;border-radius:15px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;grid-column:1/-1;justify-self:center;max-width:300px;padding:1rem 2rem;transition:all .3s ease}.search-btn:hover{box-shadow:0 8px 20px #ff6b6b66;transform:translateY(-2px)}.results-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;padding:2rem}.results-grid{grid-gap:1rem;display:grid;gap:1rem}.result-card{background:#ffffff1a;border:1px solid #fff3;border-radius:15px;padding:1.5rem;transition:all .3s ease}.result-card:hover{box-shadow:0 10px 25px #0003;transform:translateY(-2px)}.result-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.result-title{font-size:1.2rem;font-weight:600}.result-price{color:#ff6b6b;font-size:1.3rem;font-weight:700}.result-details{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:1rem}.detail-item{text-align:center}.detail-label{font-size:.8rem;margin-bottom:.2rem;opacity:.8}.detail-value{font-weight:600}.transformation-score{background:linear-gradient(135deg,#10b981,#34d399);border-radius:15px;margin-top:1rem;padding:.5rem 1rem;text-align:center}.loading{padding:3rem}.spinner{height:50px;width:50px}@media (max-width:768px){.search-form{grid-template-columns:1fr}.search-tabs{flex-direction:column}.header h1{font-size:2rem}}.checkout-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 400px;margin:0 auto;max-width:1200px;padding:2rem}.booking-details,.payment-section{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;padding:2rem}.journey-summary{margin-bottom:2rem}.journey-image{border-radius:15px;height:200px;margin-bottom:1rem;object-fit:cover;width:100%}.experiences-list{margin:2rem 0}.accommodation-item,.experience-item{align-items:center;background:#ffffff1a;border-radius:10px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem}.price-breakdown{background:#ffffff1a;border-radius:15px;margin:2rem 0;padding:1.5rem}.price-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.total-price{border-top:1px solid #ffffff4d;font-size:1.2rem;font-weight:700;margin-top:1rem;padding-top:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:10px;color:#fff;font-size:1rem;padding:1rem;width:100%}.form-group input::placeholder{color:#ffffffb3}.book-now-btn{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border:none;border-radius:15px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1.2rem;transition:all .3s ease;width:100%}.book-now-btn:hover:not(:disabled){box-shadow:0 8px 25px #ff6b6b66;transform:translateY(-2px)}.book-now-btn:disabled{cursor:not-allowed;opacity:.6}.security-badges{display:flex;font-size:.9rem;gap:1rem;justify-content:center;margin-top:1rem;opacity:.8}.accommodation-preview,.travel-details{margin:2rem 0}@media (max-width:768px){.checkout-container{gap:2rem;grid-template-columns:1fr}}.algorithm-container{margin:0 auto;max-width:1400px;padding:2rem}.header{margin-bottom:3rem;text-align:center}.header h1{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:0 4px 20px #0000004d}.algorithm-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:3rem}.algorithm-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;cursor:pointer;padding:2rem;transition:all .3s ease}.algorithm-card:hover{box-shadow:0 20px 40px #0000004d;transform:translateY(-5px)}.algorithm-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.algorithm-title{font-size:1.3rem;font-weight:600}.algorithm-status{border-radius:15px;font-size:.8rem;font-weight:600;padding:.3rem .8rem}.status-live{background:linear-gradient(135deg,#10b981,#34d399)}.algorithm-description{line-height:1.6;margin-bottom:1.5rem;opacity:.9}.algorithm-actions{display:flex;gap:1rem}.btn-test{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border:none;border-radius:15px;color:#fff;cursor:pointer;flex:1 1;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.btn-test:hover{box-shadow:0 8px 20px #ff6b6b66;transform:translateY(-2px)}.btn-test:disabled{cursor:not-allowed;opacity:.5}.results-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;margin-top:2rem;padding:2rem}.results-content{max-height:400px;overflow-y:auto}.loading{padding:2rem;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#ff6b6b;height:40px;margin:0 auto 1rem;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.chat-interface{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border-radius:20px;margin-top:2rem;padding:2rem}.chat-messages{background:#0003;border-radius:15px;height:300px;margin-bottom:1rem;overflow-y:auto;padding:1rem}.chat-input-container{display:flex;gap:1rem}.chat-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:none;border-radius:25px;color:#fff;flex:1 1;padding:.8rem}.chat-input::placeholder{color:#ffffffb3}.message{animation:fadeIn .5s ease-out;margin-bottom:1rem}.user-message{text-align:right}.user-bubble{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);display:inline-block;max-width:80%}.ai-message,.user-bubble{border-radius:15px;padding:.8rem 1.2rem}.ai-message{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.algorithm-grid{grid-template-columns:1fr}.header h1{font-size:2rem}}.dashboard{margin:0 auto;max-width:1200px;padding:20px}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:10px;color:#fff;margin-bottom:20px;padding:20px}.header h1{font-size:2rem;margin:0 0 .5rem}.header p{margin:0;opacity:.9}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:30px}.stat-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:10px;box-shadow:0 2px 10px #0000001a;color:#fff;padding:20px}.stat-value{color:#ff6b6b;font-size:2em;font-weight:700;margin-bottom:.5rem}.stat-label{color:#fffc;margin-top:5px}.bookings-table{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:10px;box-shadow:0 2px 10px #0000001a;color:#fff;overflow:hidden}.table-header{background:#34495e80;border-bottom:1px solid #fff3;color:#fff;font-weight:700;padding:15px}.booking-row{grid-gap:20px;align-items:center;border-bottom:1px solid #ffffff1a;display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr 1fr 100px;padding:15px}.booking-row:last-child{border-bottom:none}.status{border-radius:20px;display:inline-block;font-size:.8em;font-weight:700;padding:5px 10px}.status.confirmed{background:#27ae604d;border:1px solid #2ecc71;color:#2ecc71}.status.pending{background:#f39c124d;border:1px solid #f39c12;color:#f39c12}.btn{border:none;border-radius:5px;cursor:pointer;font-weight:700;margin:0 10px;padding:10px 20px;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{box-shadow:0 8px 20px #667eea66;transform:translateY(-2px)}.btn-success{background:linear-gradient(135deg,#10b981,#34d399);color:#fff}.btn-success:hover{box-shadow:0 8px 20px #10b98166;transform:translateY(-2px)}@media (max-width:768px){.booking-row{gap:10px}.booking-row,.stats-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.1367b0d2.css.map*/