/* Track order styling */
.timeline { display:flex; gap:.6rem; margin-top:1rem; flex-wrap:wrap; }
.t-step { flex:1 1 120px; background: var(--color-bg-alt); border:1px solid var(--color-border); padding:.7rem .6rem; border-radius: var(--radius-md); text-align:center; font-size:.75rem; position:relative; }
.t-step.active { background: var(--color-primary); color:#fff; font-weight:600; }
