*{box-sizing:border-box}
:root{--navy:#17345d;--orange:#e89a22;--ink:#172033;--muted:#697386;--line:#dfe5ec;--bg:#f5f7fa}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:var(--bg)}
.topbar{height:82px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 6vw}
.brand{display:flex;align-items:center;gap:13px}.mark{width:42px;height:42px;border-radius:10px;background:var(--navy);color:#fff;display:grid;place-items:center;font-size:24px;font-weight:800}
.brand-name{font-weight:750;font-size:18px}.brand-sub{font-size:12px;color:var(--muted);margin-top:2px;letter-spacing:.05em;text-transform:uppercase}
main{min-height:calc(100vh - 155px)}.hero{background:linear-gradient(135deg,#17345d,#294e7e);padding:70px 20px 76px;text-align:center;color:white}
.eyebrow{font-size:12px;letter-spacing:.2em;font-weight:700;color:#cbd8e8}h1{font-size:42px;margin:10px 0 8px;letter-spacing:-.025em}.hero p{margin:0 auto 28px;max-width:620px;color:#dce5f0}
.searchbox{max-width:680px;margin:auto;background:#fff;border-radius:9px;padding:7px;display:flex;box-shadow:0 12px 32px #0a1b3240}
.searchbox input{flex:1;border:0;outline:0;padding:14px 16px;font-size:16px;min-width:0;color:var(--ink)}
.searchbox button{border:0;background:var(--orange);color:#fff;font-weight:700;padding:0 29px;border-radius:7px;cursor:pointer;font-size:15px}.searchbox button:disabled{opacity:.65;cursor:wait}
.result{max-width:900px;margin:34px auto 60px;padding:0 18px}.summary{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px;margin-bottom:16px;box-shadow:0 3px 12px #1720330b}
.summary-top{display:flex;justify-content:space-between;gap:20px;align-items:center}.summary h2{font-size:18px;margin:0}.status-pill{font-size:12px;font-weight:750;background:#e9f5ed;color:#26733e;padding:7px 11px;border-radius:999px}
.muted{color:var(--muted);font-size:13px;margin-top:6px}.package{background:#fff;border:1px solid var(--line);border-radius:12px;margin:13px 0;overflow:hidden}
.package-head{width:100%;border:0;background:#fff;text-align:left;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}
.package-head strong{font-size:16px}.package-head .transfer{color:var(--orange);font-weight:700;font-size:14px;margin-top:4px}.chev{font-size:18px;color:var(--muted)}
.events{border-top:1px solid var(--line);padding:4px 20px 12px}.event{display:grid;grid-template-columns:145px 190px 1fr;gap:16px;padding:16px 0;border-bottom:1px solid #edf0f4}.event:last-child{border-bottom:0}
.event-status{font-weight:700;color:var(--navy)}.event-time{color:var(--muted)}.event-desc{color:#364152}
.empty{background:#fff;border:1px solid var(--line);border-radius:12px;padding:32px;text-align:center}.empty h2{margin:0 0 8px;font-size:19px}.empty p{color:var(--muted);margin:0}
footer{min-height:73px;border-top:1px solid var(--line);background:#fff;padding:22px 6vw;display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:12px}
@media(max-width:650px){.topbar{height:72px;padding:0 18px}.brand-name{font-size:15px}.hero{padding:52px 16px 58px}h1{font-size:32px}.searchbox button{padding:0 20px}.event{grid-template-columns:1fr;gap:4px}.summary-top{align-items:flex-start}.result{margin-top:22px}footer{flex-direction:column}.events{padding-left:18px;padding-right:18px}}