.app{width:100%;max-width:800px;height:90vh;display:flex;flex-direction:column}.chat-container{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;height:100%;overflow:hidden}.chat-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px;text-align:center}.chat-header h1{font-size:24px;margin-bottom:5px}.chat-header p{font-size:14px;opacity:.9}.messages-container{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:15px;background:#f5f5f5}.message{display:flex;max-width:80%;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{align-self:flex-end;margin-left:auto}.message.bot{align-self:flex-start}.message-content{padding:12px 16px;border-radius:18px;position:relative}.message.user .message-content{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom-right-radius:4px}.message.bot .message-content{background:#fff;color:#333;border-bottom-left-radius:4px;box-shadow:0 2px 5px #0000001a}.message-content p{margin:0;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.message-time{font-size:10px;opacity:.7;display:block;margin-top:5px}.flights-list{margin-top:15px;padding-top:15px;border-top:1px solid rgba(0,0,0,.1)}.flights-list h4{margin-bottom:10px;font-size:14px;color:#667eea}.flight-card{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:12px;padding:16px;margin-bottom:15px;box-shadow:0 2px 4px #0000000d;cursor:pointer;transition:all .3s ease;position:relative}.flight-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea33;transform:translateY(-2px)}.flight-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e0e0e0}.flight-price{font-size:20px;font-weight:700;color:#667eea}.flight-number-badge{font-size:15px;color:#667eea;font-weight:600;background:#f0f4ff;padding:6px 12px;border-radius:6px;border:1px solid #667eea}.flight-number-inline{font-size:13px;color:#667eea;font-weight:600;margin-left:8px;font-style:italic}.flight-details{display:flex;flex-direction:column;gap:10px}.flight-route{margin-bottom:8px}.route-segment{display:flex;align-items:center;gap:10px;margin-bottom:4px}.route-display{font-size:12px;color:#888;margin-top:2px}.airport-code{font-weight:700;font-size:16px;color:#333}.arrow{color:#667eea;font-size:18px;font-weight:700}.flight-times{display:flex;flex-direction:column;gap:8px;margin:8px 0}.time-segment{display:flex;align-items:center;gap:8px;font-size:14px}.time-label{color:#666;font-size:12px;min-width:70px}.time-value{font-weight:600;color:#333;min-width:60px}.flight-info-row{display:flex;gap:20px;margin:8px 0;padding:8px 0;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}.info-item{display:flex;align-items:center;gap:6px}.info-label{font-size:12px;color:#666;font-weight:500}.info-value{font-size:13px;color:#333;font-weight:600}.flight-number-value{color:#667eea;font-weight:700;font-size:14px}.layover-info{margin-top:8px;padding:8px;background:#fff3cd;border-radius:6px;border-left:3px solid #ffc107}.layover-label{font-size:12px;font-weight:600;color:#856404;display:block;margin-bottom:4px}.layover-item{font-size:12px;color:#856404;margin-left:12px;margin-top:2px}.flight-numbers{margin-top:8px;padding-top:8px;border-top:1px solid #e8e8e8;font-size:11px;color:#888}.flight-numbers-label{font-weight:500;margin-right:6px}.flight-numbers-list{color:#666}.select-flight-button{margin-top:12px;padding:10px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;text-align:center;cursor:pointer;transition:all .2s ease}.select-flight-button:hover{background:linear-gradient(135deg,#5568d3,#653a8f);transform:scale(1.02)}.flight-card.selected{border-color:#667eea;border-width:2px;background:#f0f4ff}.flight-card.selected .select-flight-button{background:#28a745;content:"Selected ✓"}.typing-indicator{display:flex;gap:5px;padding:10px 0}.typing-indicator span{width:8px;height:8px;border-radius:50%;background:#667eea;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-10px);opacity:1}}.input-form{display:flex;padding:20px;background:#fff;border-top:1px solid #e0e0e0;gap:10px}.input-form input{flex:1;padding:12px 16px;border:2px solid #e0e0e0;border-radius:25px;font-size:14px;outline:none;transition:border-color .3s}.input-form input:focus{border-color:#667eea}.input-form input:disabled{background:#f5f5f5;cursor:not-allowed}.input-form button{padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:25px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.input-form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.input-form button:disabled{opacity:.6;cursor:not-allowed;transform:none}.messages-container::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-track{background:#f1f1f1}.messages-container::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.messages-container::-webkit-scrollbar-thumb:hover{background:#555}.booking-confirmation{margin-top:15px;padding:15px;background:#d4edda;border:1px solid #c3e6cb;border-radius:12px;border-left:4px solid #28a745}.booking-confirmation h4{margin:0 0 10px;color:#155724;font-size:16px}.booking-details{color:#155724;font-size:14px}.booking-details p{margin:5px 0}.upsell-suggestions{margin-top:15px;padding-top:15px;border-top:1px solid rgba(0,0,0,.1)}.upsell-suggestions h4{margin-bottom:10px;font-size:14px;color:#667eea}.upsell-item{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:12px;margin-bottom:10px;border-left:3px solid #ffc107}.upsell-type{font-size:12px;font-weight:700;color:#856404;margin-bottom:5px;text-transform:uppercase;letter-spacing:.5px}.upsell-description{font-size:13px;color:#856404;margin-bottom:5px}.upsell-price{font-size:14px;font-weight:600;color:#667eea;margin-top:5px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;justify-content:center;align-items:center;padding:20px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
