*{box-sizing:border-box}
body{margin:0;min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#17324a;background:linear-gradient(180deg,#f7fcff,#eef7fb)}
.track-shell{min-height:100vh;display:grid;place-items:center;padding:24px}
.track-card{width:min(760px,96vw);display:grid;gap:18px;background:#fff;border:1px solid #d8e6ef;border-radius:24px;padding:28px;box-shadow:0 18px 55px rgba(17,54,88,.14)}
.back-link{color:#2d7ef7;text-decoration:none;font-weight:800}
.track-card header h1{margin:0;color:#123f63;font-size:clamp(2rem,5vw,3.3rem)}
.track-card header p{margin:6px 0 0;color:#60758a}
.track-card form{display:grid;gap:14px}
.track-card label{display:grid;gap:6px;font-weight:800}
.track-card input{min-height:48px;border:1px solid #c5d7e4;border-radius:11px;padding:9px 11px;font:inherit}
.lookup-choice{display:flex;gap:18px;flex-wrap:wrap}
.lookup-choice label{display:flex;align-items:center;gap:7px}
.lookup-choice input{min-height:auto}
.track-card form>button{min-height:50px;border:0;border-radius:11px;background:#2d7ef7;color:#fff;font:inherit;font-weight:900;cursor:pointer}
.track-message{min-height:24px;color:#60758a;font-weight:700}
.track-results{display:grid;gap:14px}
.order-card{border:1px solid #d8e6ef;border-radius:18px;padding:18px}
.order-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}
.order-head h2{margin:0;color:#123f63}
.order-head .status{font-weight:900;color:#2d7ef7;text-transform:capitalize}
.progress{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;margin-top:18px}
.progress span{padding:8px 4px;border-radius:8px;background:#edf2f6;text-align:center;font-size:.74rem;font-weight:800;color:#64788b}
.progress span.done{background:#e3f5ec;color:#176444}
.progress span.current{background:#e2efff;color:#18589b}
.order-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.order-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:8px 14px;border-radius:10px;background:#2d7ef7;color:#fff;text-decoration:none;font-weight:900}
.pickup-box{margin-top:14px;padding:13px;border-radius:12px;background:#f1f7fb}
.pickup-box p{margin:4px 0}
@media(max-width:700px){.progress{grid-template-columns:1fr}.order-head{flex-direction:column}}
