*,:before,:after{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#0f172a;background:#f1f5f9;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}#root{min-height:100vh}h1,h2,h3{line-height:1.2}p{margin:0}button{cursor:pointer}.page{background:#f1f5f9;flex-direction:column;min-height:100vh;display:flex}.main{box-sizing:border-box;flex:1;width:100%;max-width:800px;margin:0 auto;padding:40px 24px 64px}.header{color:#fff;text-align:center;background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);padding:56px 24px}.header-inner{max-width:600px;margin:0 auto}.header-icon{margin-bottom:12px;font-size:2.5rem;display:block}.header h1{letter-spacing:-.5px;color:#fff;margin:0 0 12px;font-size:2.25rem;font-weight:700}.header p{opacity:.88;margin:0;font-size:1.05rem}.card{background:#fff;border-radius:16px;padding:40px;box-shadow:0 2px 16px #00000012}.section-title{color:#1e293b;border-bottom:1px solid #e2e8f0;margin:0 0 28px;padding-bottom:16px;font-size:1.2rem;font-weight:600}.form-grid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;display:grid}.field{flex-direction:column;gap:6px;display:flex}.field--full{grid-column:1/-1}label{color:#475569;letter-spacing:.01em;font-size:.85rem;font-weight:600}.label-hint{color:#94a3b8;font-size:.8rem;font-weight:400}input,select{color:#0f172a;box-sizing:border-box;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:.95rem;transition:border-color .18s,box-shadow .18s}input:focus,select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}input::placeholder{color:#cbd5e1}select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}.tags{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.tag{color:#64748b;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:100px;padding:6px 16px;font-family:inherit;font-size:.85rem;line-height:1.4;transition:background .15s,border-color .15s,color .15s}.tag:hover{color:#4f46e5;border-color:#6366f1}.tag--active{color:#fff;background:#4f46e5;border-color:#4f46e5}.tag--active:hover{color:#fff;background:#4338ca;border-color:#4338ca}.alert{border-radius:8px;margin-top:8px;padding:12px 16px;font-size:.9rem}.alert--error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:52px;margin-top:28px;padding:14px 24px;font-family:inherit;font-size:1rem;font-weight:600;transition:opacity .18s,transform .12s;display:flex}.submit-btn:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.65;cursor:not-allowed}.spinner{border:2.5px solid #fff6;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:18px;height:18px;animation:.65s linear infinite spin;display:inline-block}.spinner--lg{border-color:#6366f1 #6366f140 #6366f140;width:36px;height:36px}@keyframes spin{to{transform:rotate(360deg)}}.loading-state{color:#64748b;flex-direction:column;align-items:center;gap:16px;padding:48px 24px;font-size:.95rem;display:flex}.loading-state p{margin:0}.itinerary{margin-top:32px;padding:0;overflow:hidden}.itinerary-header{background:linear-gradient(135deg,#4f46e50a 0%,#7c3aed0a 100%);border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:12px;padding:28px 32px 24px;display:flex}.itinerary-header h2{color:#1e293b;margin:0 0 4px;font-size:1.35rem;font-weight:700}.itinerary-subtitle{color:#64748b;margin:0;font-size:.85rem}.badge{color:#5b21b6;white-space:nowrap;background:linear-gradient(135deg,#ede9fe,#ddd6fe);border-radius:100px;flex-shrink:0;align-items:center;gap:4px;padding:5px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.trip-meta{background:#f8faff;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;display:flex}.trip-meta-item{border-right:1px solid #e2e8f0;flex-direction:column;flex:1;gap:4px;min-width:110px;padding:14px 20px;display:flex}.trip-meta-item:last-child{border-right:none}.trip-meta-label{text-transform:uppercase;letter-spacing:.07em;color:#94a3b8;font-size:.68rem;font-weight:700}.trip-meta-value{color:#1e293b;font-size:.85rem;font-weight:600}.trip-type-badge{color:#5b21b6;text-transform:capitalize;background:#ede9fe;border-radius:100px;padding:2px 10px;font-size:.78rem;font-weight:600;display:inline-block}.itinerary-body{padding:28px 32px 36px}.md-h1{color:#1e293b;margin:0 0 16px;font-size:1.3rem;font-weight:700}.md-section-header{border-bottom:2px solid #e2e8f0;align-items:center;gap:10px;margin:32px 0 14px;padding-bottom:10px;display:flex}.md-section-header:first-child{margin-top:0}.md-section-icon{font-size:1.1rem;line-height:1}.md-h2{color:#4f46e5;text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.8rem;font-weight:700}.md-h3{color:#1e293b;background:#f5f3ff;border-left:3px solid #6366f1;border-radius:0 8px 8px 0;margin:18px 0 10px;padding:9px 14px;font-size:.93rem;font-weight:700;line-height:1.4}.md-p{color:#475569;margin:4px 0 10px;font-size:.92rem;line-height:1.78}.md-ul,.md-ol{margin:6px 0 14px;padding:0;list-style:none}.md-li{color:#475569;align-items:flex-start;gap:10px;padding:4px 0;font-size:.92rem;line-height:1.65;display:flex}.md-li strong{color:#1e293b;font-weight:600}.md-li-dot{background:#6366f1;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:9px;display:inline-block}.md-li-num{color:#5b21b6;background:#ede9fe;border-radius:50%;justify-content:center;align-items:center;width:20px;min-width:20px;height:20px;margin-top:3px;font-size:.7rem;font-weight:700;display:inline-flex}@media (width<=600px){.itinerary-header,.itinerary-body{padding:20px}.trip-meta-item{min-width:90px;padding:12px 14px}.md-h3{font-size:.88rem}}.footer{text-align:center;color:#94a3b8;border-top:1px solid #e2e8f0;padding:24px;font-size:.82rem}.footer p{margin:0}@media (width<=600px){.header{padding:40px 20px}.header h1{font-size:1.75rem}.card{padding:24px 20px}.form-grid{grid-template-columns:1fr}.field--full{grid-column:1}.main{padding:28px 16px 48px}}
