:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f3f6f4;color:#12221e}*{box-sizing:border-box}body{margin:0}.shell{max-width:900px;margin:0 auto;padding:16px}.hero,.top{border-radius:24px;padding:22px;color:#fff;background:linear-gradient(135deg,#075f46,#159267);box-shadow:0 16px 40px #0000001f;display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.top.status-delayed,.top.status-gps_stale{background:linear-gradient(135deg,#8a5b09,#d49b20)}.top.status-reached{background:linear-gradient(135deg,#243b73,#4e79d8)}.top.status-halted{background:linear-gradient(135deg,#6b2431,#c65566)}h1{margin:0 0 6px;font-size:32px}.eyebrow{margin:0 0 6px;letter-spacing:.18em;font-size:12px;text-transform:uppercase;opacity:.82}.status-pill{background:#fff3;border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:10px 14px;font-weight:900;white-space:nowrap}.view-switch{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}button{border:1px solid #cbdad4;border-radius:16px;padding:12px;font-weight:900;background:#fff;color:#173b31}button.active{background:#0b7c58;color:#fff;border-color:#0b7c58}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.metrics-time .metric:first-child,.metrics-distance .metric:nth-child(2),.metrics-balanced .metric:first-child{grid-column:span 1}.metric{background:#fff;border:1px solid #d9e5e0;border-radius:22px;padding:18px;text-align:center;box-shadow:0 8px 22px #0000000d}.metric strong{display:block;font-size:30px;color:#0b7c58}.metric span{display:block;color:#1e312b;font-weight:800}.metric small{color:#6a7b74}.card{background:#fff;border:1px solid #d9e5e0;border-radius:22px;padding:18px;margin-top:12px;box-shadow:0 8px 22px #0000000d}.card.centered{text-align:center;margin-top:25vh}h2{margin:0 0 12px;font-size:20px}.strip{display:grid;grid-template-columns:32px 1fr 32px;align-items:center;gap:10px;font-weight:900}.track{height:12px;background:#dfe8e4;border-radius:999px;position:relative}.track i{position:absolute;top:50%;transform:translate(-50%,-50%);width:22px;height:22px;border-radius:50%;border:3px solid white;box-shadow:0 4px 12px #00000026}.track .planned{background:#d99b21}.track .actual{background:#0b7c58}.legend,.small{color:#5b6f68;font-size:13px;margin-top:10px}.chart{width:100%;height:180px;background:#f7faf8;border-radius:16px;border:1px solid #e1ebe6}.gridline{stroke:#d9e5e0;stroke-width:.4;fill:none}.planned-line{stroke:#d49b20;stroke-width:2.5;fill:none;vector-effect:non-scaling-stroke;stroke-dasharray:5 4}.actual-line{stroke:#0b7c58;stroke-width:3;fill:none;vector-effect:non-scaling-stroke}code{display:block;background:#eef5f2;border:1px dashed #aac1b8;padding:12px;border-radius:14px;word-break:break-all}@media(max-width:640px){.shell{padding:12px}.hero,.top{border-radius:0 0 24px 24px;margin:-12px -12px 0;flex-direction:column}.metrics,.view-switch{grid-template-columns:1fr}h1{font-size:26px}}
