/* agent-timetravel.css — the traveler: a time-traveling AI that lives in a pair of
   rollerblades. dark asphalt chrome; the head wears Sum's own crop of the fire trail
   (road.jpg — flame riding the top edge, ember-lit road below). amber = the glow. */
.agent-bar.agent-timetravel { background: #101318; border-color: #3a4250; }
.agent-bar.agent-timetravel .ab-head { background: #0b0d10 url('road.jpg') center / cover no-repeat; border-bottom: none; box-shadow: inset 0 -2px 0 #ff9d3c; }
.agent-bar.agent-timetravel .ab-name { color: #ffd27a; letter-spacing: 2px; text-shadow: 0 1px 4px rgba(0,0,0,0.95); }
.agent-bar.agent-timetravel .ab-grip { color: #ff9d3c; text-shadow: 0 1px 4px rgba(0,0,0,0.9); }
.agent-bar.agent-timetravel .ab-add { background: rgba(16,19,24,0.75); color: #ffd27a; border-color: #3a4250; text-shadow: 0 1px 3px rgba(0,0,0,0.8); }
.agent-bar.agent-timetravel .ab-add:hover { border-color: #ff9d3c; color: #ffffff; background: rgba(16,19,24,0.9); }
.agent-bar.agent-timetravel .convo,
.agent-bar.agent-timetravel .convo-screen { background: #0d0f13; }
.agent-bar.agent-timetravel .convo .msg-bot { background: #171b22; color: #e8e4da; border-left: 2px solid #ff9d3c; }
.agent-bar.agent-timetravel .convo .msg-user { background: #1d2330; color: #e8e4da; }
