body{margin:0}:root{color:#1a2332;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#eef2f7;font-family:Segoe UI,system-ui,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}#root{min-height:100vh}.app{max-width:1100px;margin:0 auto;padding:2rem 1.25rem 3rem}.header{margin-bottom:2rem}.header-row{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.header h1{margin:0 0 .5rem;font-size:2rem}.header p{color:#4b5563;max-width:60ch;margin:0}.layout{gap:1.5rem;display:grid}.card{background:#fff;border:1px solid #d8dee9;border-radius:12px;padding:1.5rem;box-shadow:0 8px 24px #0f172a0f}.card h2{margin:0 0 1rem;font-size:1.25rem}.field{flex-direction:column;gap:.35rem;margin-bottom:1rem;display:flex}.field span{color:#374151;font-size:.875rem;font-weight:600}.field input{font:inherit;border:1px solid #cbd5e1;border-radius:8px;padding:.65rem .75rem}.field.compact{flex:1;min-width:160px;margin-bottom:0}.trips-section{margin-top:1.5rem}.trips-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.trips-header h3{margin:0;font-size:1rem}.trip-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-wrap:wrap;align-items:end;gap:.75rem;margin-bottom:.75rem;padding:1rem;display:flex}.trip-label{color:#475569;min-width:4.5rem;font-weight:600}button{font:inherit;cursor:pointer;border:none;border-radius:8px;padding:.65rem 1rem;transition:background .15s}button.primary{color:#fff;background:#2563eb}button.primary:hover:not(:disabled){background:#1d4ed8}button.primary:disabled{opacity:.7;cursor:not-allowed}button.secondary{color:#1e293b;background:#e2e8f0}button.secondary:hover{background:#cbd5e1}button.danger{color:#b91c1c;background:#fee2e2}button.danger:hover{background:#fecaca}.hint{color:#64748b;margin:0 0 1rem;font-size:.925rem}.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:0 0 1rem;padding:.75rem 1rem}.results-grid{gap:1rem;display:grid}.result-item{border:1px solid #0000;border-radius:10px;padding:1rem 1.1rem}.result-item.pass{background:#ecfdf5;border-color:#a7f3d0}.result-item.fail{background:#fff7ed;border-color:#fed7aa}.result-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.result-header h3{margin:0;font-size:1rem}.badge{background:#ffffffb3;border-radius:999px;padding:.25rem .6rem;font-size:.8rem;font-weight:700}.result-item dl{gap:.5rem;margin:0;display:grid}.result-item dl>div{grid-template-columns:140px 1fr;gap:.5rem;display:grid}.result-item dt{color:#64748b;margin:0;font-size:.85rem}.result-item dd{margin:0;font-weight:600}@media (width>=900px){.layout{grid-template-columns:1fr 1fr;align-items:start}.results-grid{grid-template-columns:1fr}}@media (width<=640px){.trip-row{flex-direction:column;align-items:stretch}.result-item dl>div{grid-template-columns:1fr}}
