*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{display:flex;flex-direction:column;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px;width:100%}.header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;padding:2rem 0}.header h1{font-size:2.5rem;margin-bottom:.5rem}.tagline{font-size:1.1rem;opacity:.95}.main{flex:1 1;padding:2rem 0}.footer{background-color:#2d3748;color:#fff;margin-top:auto;padding:1.5rem 0;text-align:center}.footer p{font-size:.9rem;opacity:.8}.error-message{background-color:#fed7d7;border:2px solid #fc8181;border-radius:12px;color:#c53030;margin-bottom:2rem;padding:1.5rem}.error-message p{font-weight:600;margin:0}.loading-message{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;padding:3rem 2rem;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#667eea;height:50px;margin:0 auto 1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-message p{color:#4a5568;font-size:1.1rem;margin:0}.loading-message .flights-found{animation:fadeIn .3s ease-in;color:#667eea;font-size:1rem;font-weight:600;margin-top:.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.footer .container{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.clear-cache-btn{background-color:#e53e3e;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.5rem 1rem;transition:background-color .2s}.clear-cache-btn:hover{background-color:#c53030}.search-form-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;padding:2rem}.search-form-container h2{color:#2d3748;margin-bottom:1.5rem}.search-form{gap:1.5rem}.form-group,.search-form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#4a5568;font-size:.95rem;font-weight:600}.form-group input{border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .2s}.form-group input:focus{border-color:#667eea;outline:none}.form-group small{color:#718096;font-size:.85rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.search-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:transform .2s,box-shadow .2s}.search-button:hover{box-shadow:0 6px 12px #667eea66;transform:translateY(-2px)}.search-button:active{transform:translateY(0)}.search-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.trip-type-selector{display:flex;gap:.5rem;margin-top:.5rem}.trip-type-option{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;flex:1 1;justify-content:center;padding:.75rem 1rem;transition:all .2s}.trip-type-option:hover{background:#f7fafc;border-color:#667eea}.trip-type-option.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.trip-type-option input[type=radio]{display:none}.trip-type-option span{font-size:.95rem;font-weight:600}.checkbox-group{margin-bottom:.5rem}.checkbox-label{align-items:center;border-radius:6px;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.5rem;transition:background-color .2s}.checkbox-label:hover{background-color:#f7fafc}.checkbox-label input[type=checkbox]{accent-color:#667eea;cursor:pointer;height:18px;width:18px}.checkbox-label span{color:#2d3748}.any-destination-note{background-color:#f0f4ff;border-radius:6px;color:#667eea;display:block;font-weight:500;margin-top:.5rem;padding:.5rem}.form-group input[type=date]:disabled,.form-group input[type=text]:disabled{background-color:#f7fafc;color:#a0aec0;cursor:not-allowed}.unit-select{background-color:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:1rem;padding:.75rem;transition:border-color .2s}.unit-select:focus{border-color:#667eea;outline:none}@media (max-width:768px){.form-row{grid-template-columns:1fr}.trip-type-selector{flex-direction:column}}.results-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem}.results-header{border-bottom:2px solid #e2e8f0;margin-bottom:2rem;padding-bottom:1rem}.results-title-row{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.results-header h2{color:#2d3748;margin:0}.cache-badge{background-color:#e6fffa;border:2px solid #81e6d9;border-radius:20px;color:#234e52;display:inline-block;font-size:.85rem;font-weight:600;padding:.4rem .8rem}.search-summary{display:flex;flex-direction:column;gap:.5rem}.summary-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;padding:.4rem .8rem;width:-webkit-fit-content;width:fit-content}.results-info{color:#4a5568;font-size:.95rem;margin:.25rem 0}.results-info strong{color:#2d3748;margin-right:.25rem}.trip-planner-notice{background-color:#ebf4ff;border-left:4px solid #4299e1;border-radius:6px;color:#2c5282;font-size:.9rem;font-weight:500;margin-top:.75rem;padding:.75rem 1rem}.no-results{padding:3rem 1rem;text-align:center}.no-results-icon{font-size:4rem;margin-bottom:1rem}.no-results h3{color:#2d3748;margin-bottom:.5rem}.no-results p{color:#718096;margin:.5rem 0}.hint{border-left:4px solid #667eea;margin-top:1rem}.hint,.sort-controls{background-color:#f7fafc;border-radius:8px;padding:1rem}.sort-controls{gap:1.5rem;justify-content:space-between;margin-bottom:1.5rem}.sort-controls,.sort-section{align-items:center;display:flex;flex-wrap:wrap}.sort-section{gap:1rem}.filter-section{align-items:center;display:flex;gap:.75rem}.sort-label{color:#4a5568;font-size:.95rem;font-weight:600}.sort-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.sort-button{background-color:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#4a5568;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease;white-space:nowrap}.sort-button:hover{background-color:#f7fafc;border-color:#667eea;transform:translateY(-2px)}.sort-button.active{background-color:#667eea;border-color:#667eea;box-shadow:0 2px 8px #667eea4d;color:#fff}.filter-toggle{align-items:center;background-color:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#4a5568;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease;white-space:nowrap}.filter-toggle:hover{background-color:#f0fff4;border-color:#48bb78;transform:translateY(-2px)}.filter-toggle.active{background-color:#48bb78;border-color:#48bb78;box-shadow:0 2px 8px #48bb784d;color:#fff}.filter-toggle.active:hover{background-color:#38a169;border-color:#38a169}.filter-icon{font-size:1rem}.filter-text{-webkit-user-select:none;user-select:none}.filter-badge{background-color:#ffffff4d;border-radius:12px;font-size:.7rem;font-weight:700;letter-spacing:.05em;padding:.125rem .5rem}.flights-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.destinations-grid{display:flex;flex-direction:column;gap:1.5rem}@media (max-width:768px){.flights-grid{grid-template-columns:1fr}}.build-your-own-status{background:linear-gradient(135deg,#f7fafc,#edf2f7);border:2px solid #667eea;border-radius:12px;margin:1.5rem 0;padding:1.5rem}.step-indicator{gap:1rem;margin-bottom:1rem}.step-indicator,.step-number{align-items:center;display:flex}.step-number{background:#cbd5e0;border-radius:50%;color:#4a5568;font-size:1.1rem;font-weight:700;height:2.5rem;justify-content:center;width:2.5rem}.step-number.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea66;color:#fff}.step-number.completed{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff}.step-label{color:#4a5568;font-size:.95rem;font-weight:600}.change-outbound-btn{background:#fff;border:2px solid #667eea;border-radius:6px;color:#667eea;cursor:pointer;font-weight:600;margin-left:auto;padding:.5rem 1rem;transition:all .2s}.change-outbound-btn:hover{background:#667eea;color:#fff}.selected-outbound-summary{background:#fff;border-left:4px solid #48bb78;border-radius:8px;margin-top:1rem;padding:1rem}.selected-outbound-summary h3{color:#4a5568;font-size:.9rem;letter-spacing:.5px;margin:0 0 .75rem;text-transform:uppercase}.flight-summary-compact{align-items:center;display:flex;font-size:.95rem;gap:1.5rem}.flight-summary-compact span{color:#2d3748;font-weight:600}.flight-summary-compact .price{color:#667eea;font-size:1.2rem;font-weight:700;margin-left:auto}.destination-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .3s ease}.destination-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26}.destination-summary{cursor:pointer;padding:1.5rem;transition:background-color .2s}.destination-summary:hover{background-color:#f7fafc}.destination-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.destination-route{align-items:center;display:flex;gap:.75rem}.destination-origin{color:#4a5568;font-size:1.1rem;font-weight:600}.destination-arrow{color:#667eea;font-size:1.5rem}.destination-name{color:#2d3748;font-size:1.5rem;font-weight:700}.trip-duration-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;margin-left:.75rem;padding:.25rem .75rem;white-space:nowrap}.destination-price{align-items:flex-end;display:flex;flex-direction:column}.price-from{color:#718096;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.price-amount{color:#667eea;font-size:2rem;font-weight:700}.gowild-price-amount{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#48bb78,#38a169);-webkit-background-clip:text;background-clip:text;color:#48bb78;font-size:1.5rem}.gowild-taxes{color:#48bb78;font-size:.7rem;font-weight:600;margin-top:.25rem}.destination-stats{background-color:#f7fafc;border-radius:8px;display:flex;gap:2rem;margin-bottom:1rem;padding:1rem}.stat{align-items:center;display:flex;flex-direction:column}.stat-label{letter-spacing:.05em}.expand-indicator{align-items:center;color:#667eea;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;padding-top:.5rem}.arrow-icon{display:inline-block;transition:transform .3s ease}.arrow-icon.expanded{transform:rotate(180deg)}.expand-text{-webkit-user-select:none;user-select:none}.destination-flights{animation:slideDown .3s ease-out;background-color:#fafbfc;border-top:2px solid #e2e8f0;padding:1.5rem}@keyframes slideDown{0%{max-height:0;opacity:0}to{max-height:5000px;opacity:1}}.flights-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}@media (max-width:768px){.destination-stats{gap:1rem}.destination-route{align-items:flex-start;flex-direction:column;gap:.25rem}.destination-arrow{display:none}.flights-list{grid-template-columns:1fr}}.flight-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.flight-card:hover{border-color:#667eea;box-shadow:0 8px 16px #0000001a;transform:translateY(-4px)}.flight-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.flight-header,.route{align-items:center;display:flex}.route{gap:.5rem}.airport{color:#2d3748;font-size:1.25rem;font-weight:700}.arrow{color:#667eea;font-size:1.5rem}.gowild-badge{animation:glow 2s ease-in-out infinite;background:linear-gradient(135deg,#48bb78,#38a169);border-radius:20px;box-shadow:0 2px 4px #48bb784d;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.5px;margin-left:.75rem;padding:.25rem .75rem;text-transform:uppercase}@keyframes glow{0%,to{box-shadow:0 2px 4px #48bb784d}50%{box-shadow:0 2px 8px #48bb7899}}.price-section{align-items:flex-end;display:flex;flex-direction:column}.price{color:#667eea;font-size:1.75rem;font-weight:700}.gowild-price{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#48bb78,#38a169);-webkit-background-clip:text;background-clip:text;color:#48bb78;font-size:1.5rem}.price-label{color:#718096;font-size:.75rem;margin-top:-.25rem}.gowild-label{color:#48bb78;font-weight:600}.regular-price-strikethrough{color:#a0aec0;font-size:.85rem;margin-top:.25rem;text-decoration:line-through}.seats-remaining{color:#48bb78;font-size:.7rem;font-weight:600;margin-top:.25rem;text-align:right}.seats-remaining.low{animation:pulse 2s infinite;color:#f56565}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.flight-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.detail-row{display:flex;font-size:.9rem;justify-content:space-between}.label{color:#718096;font-weight:500}.value{color:#2d3748;font-weight:600}.flight-footer{align-items:center;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;padding-top:1rem}.airline{color:#4a5568;font-weight:500}.book-button{background-color:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:background-color .2s}.book-button:hover{background-color:#5568d3}.flight-card.round-trip{border-left:4px solid #667eea}.round-trip-container{display:flex;flex-direction:column;gap:1rem}.flight-segment{display:flex;flex-direction:column;gap:.5rem}.segment-label{background:#f7fafc;border-left:3px solid #667eea;border-radius:4px;color:#4a5568;font-size:.9rem;font-weight:600;margin-bottom:.5rem;padding:.25rem .75rem}.segment-divider{background:linear-gradient(90deg,#0000,#cbd5e0,#0000);height:1px;margin:.5rem 0}.blackout-badge{animation:warning-pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#f56565,#e53e3e);border-radius:20px;box-shadow:0 2px 4px #f565654d;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.5px;margin-left:.75rem;padding:.25rem .75rem;text-transform:uppercase}@keyframes warning-pulse{0%,to{box-shadow:0 2px 4px #f565654d}50%{box-shadow:0 2px 8px #f5656599}}.blackout-warning{align-items:flex-start;background:linear-gradient(135deg,#fff5f5,#fed7d7);border:2px solid #fc8181;border-radius:8px;box-shadow:0 2px 4px #f565651a;display:flex;gap:1rem;margin:1rem 0;padding:1rem}.warning-icon{flex-shrink:0;font-size:1.5rem}.warning-content{flex:1 1}.warning-content strong{color:#c53030;display:block;font-size:.95rem;margin-bottom:.25rem}.warning-content p{color:#742a2a;font-size:.85rem;font-weight:500;margin:.25rem 0}.warning-content small{color:#9b2c2c;font-size:.75rem;font-style:italic}.select-flight-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:700;letter-spacing:.3px;padding:.75rem 1.5rem;transition:all .2s}.select-flight-button:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.flight-card.completed-trip{border:3px solid #48bb78;box-shadow:0 8px 24px #48bb7833}.trip-summary-header{background:linear-gradient(135deg,#f0fff4,#e6fffa);border-bottom:2px solid #48bb78;border-radius:12px 12px 0 0;margin:-1.5rem -1.5rem 1.5rem;padding:1.5rem}.trip-summary-title{align-items:center;display:flex;gap:.75rem;margin-bottom:1.5rem}.success-icon{align-items:center;background:linear-gradient(135deg,#48bb78,#38a169);border-radius:50%;box-shadow:0 4px 12px #48bb784d;color:#fff;display:inline-flex;font-size:1.5rem;font-weight:700;height:2.5rem;justify-content:center;width:2.5rem}.trip-summary-title h3{color:#2d3748;font-size:1.5rem;font-weight:700;margin:0}.trip-stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.trip-stat{align-items:center;background:#fff;border:2px solid #c6f6d5;border-radius:10px;display:flex;gap:.75rem;padding:1rem;transition:all .2s}.trip-stat:hover{box-shadow:0 4px 12px #48bb7826;transform:translateY(-2px)}.stat-icon{flex-shrink:0;font-size:2rem}.stat-content{flex:1 1}.stat-value{color:#2d3748;font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.stat-label{color:#718096;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.book-trip-button{background:linear-gradient(135deg,#48bb78,#38a169);box-shadow:0 4px 12px #48bb784d;font-size:1.1rem;padding:.75rem 2rem}.book-trip-button:hover{background:linear-gradient(135deg,#38a169,#2f855a);box-shadow:0 6px 16px #48bb7866;transform:translateY(-2px)}@media (max-width:768px){.trip-stats-grid{grid-template-columns:1fr}.trip-summary-title h3{font-size:1.25rem}}
/*# sourceMappingURL=main.f4ac2972.css.map*/