body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:16px;line-height:1.5;color:#333}.main{display:flex;flex-direction:column;align-items:center;min-height:100vh;padding:2rem 1rem;background-color:#f9fafb;color:#1f2937}.heading{margin-bottom:1.5rem;font-size:1.875rem;font-weight:700;color:#374151}.form{width:100%;max-width:28rem;padding:2.5rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 10px 15px #0000001a;display:flex;flex-direction:column;gap:1rem}.label{display:block;font-size:.875rem;font-weight:500;color:#374151}.input{display:block;box-sizing:border-box;width:100%;margin-top:.25rem;padding:.5rem .75rem;font-size:.875rem;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 1px 2px #0000000d;outline:none}.input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f680}.button{width:100%;padding:.5rem 1rem;background-color:#2563eb;color:#fff;font-size:.875rem;font-weight:500;border:none;border-radius:.375rem;box-shadow:0 4px 6px #0000001a;cursor:pointer;transition:background-color .2s}.button:hover{background-color:#1d4ed8}.error{margin-top:1.5rem;color:#dc2626}.results{margin-top:2rem;width:100%;max-width:48rem;padding:1.5rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 10px 15px #0000001a}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.results-title{font-size:1.25rem;font-weight:600;color:#374151}.toggle{display:flex;align-items:center;gap:.5rem}.checkbox{width:1rem;height:1rem;border-radius:.25rem;border:1px solid #d1d5db;accent-color:#2563eb}.checkbox-label{font-size:.875rem;color:#4b5563}.results-list{border-top:1px solid #e5e7eb}.ticket{padding:1rem 0;border-bottom:1px solid #e5e7eb}.ticket-label{font-size:.875rem;font-weight:500;color:#1f2937}.ticket-text{font-size:.875rem;color:#4b5563}.travel-log{margin-top:.5rem;color:#4b5563}.log-list{list-style-type:disc;padding-left:1.25rem;margin-top:.25rem}
