/* MISTER FAST V29 — Live Mission Control */
.mf-v29-control{
  position:absolute;
  left:2.2%;
  top:14%;
  z-index:19;
  width:248px;
  padding:14px;
  border:1px solid rgba(255,255,255,.32);
  border-radius:20px;
  background:rgba(0,27,71,.72);
  color:#fff;
  backdrop-filter:blur(14px);
  box-shadow:0 18px 42px rgba(0,24,68,.28);
  font-family:Kanit,sans-serif;
  pointer-events:none;
}
.mf-v29-control__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,.16);
}
.mf-v29-control__head>div{display:flex;align-items:center;gap:8px}
.mf-v29-control__head b{color:#ffc400;letter-spacing:.03em}
.mf-v29-control__head small{
  padding:4px 8px;border-radius:999px;
  background:#28d77f;color:#062c1f;font-weight:800
}
.mf-v29-signal{
  width:10px;height:10px;border-radius:50%;
  background:#28d77f;
  box-shadow:0 0 0 0 rgba(40,215,127,.62);
  animation:mfV29Signal 1.6s infinite;
}
.mf-v29-control__stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin-top:10px;
}
.mf-v29-control__stats article{
  padding:9px 6px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:13px;
  background:rgba(255,255,255,.08);
  text-align:center;
}
.mf-v29-control__stats article span{display:block;font-size:17px}
.mf-v29-control__stats strong{display:block;color:#ffc400;font-size:20px;line-height:1.1;margin:4px 0}
.mf-v29-control__stats small{font-size:10px;opacity:.82}

.mf-v29-feed{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:10px;
  padding:10px;
  border-radius:14px;
  background:#fff;
  color:#092450;
  transform:translateY(8px);
  opacity:0;
}
.mf-v29-feed.is-showing{animation:mfV29Feed 4.3s ease both}
.mf-v29-feed__icon{
  width:36px;height:36px;
  display:grid;place-items:center;
  border-radius:11px;
  background:#ffc400;
  font-size:18px;
}
.mf-v29-feed b,.mf-v29-feed small{display:block}
.mf-v29-feed small{font-size:11px;opacity:.68}

.mf-v29-fleet{position:absolute;inset:0;z-index:12;pointer-events:none}
.mf-v29-fleet__vehicle{
  position:absolute;
  width:38px;height:38px;
  display:grid;place-items:center;
  border:2px solid #fff;border-radius:50%;
  background:#ffc400;
  box-shadow:0 0 0 7px rgba(255,196,0,.13),0 10px 24px rgba(0,25,70,.25);
  font-size:17px;
}
.mf-v29-fleet__vehicle--van{
  offset-path:path("M980,670 C1150,620 1280,560 1440,470 C1585,390 1710,300 1850,220");
  animation:mfV29FleetA 11s linear infinite;
}
.mf-v29-fleet__vehicle--truck{
  offset-path:path("M1030,720 C1200,690 1320,735 1480,640 C1630,550 1735,565 1875,610");
  animation:mfV29FleetB 13s linear infinite 2s;
  background:#fff;
}
.mf-v29-fleet__vehicle--bike{
  offset-path:path("M1080,600 C1230,520 1370,500 1510,385 C1640,280 1720,245 1840,170");
  animation:mfV29FleetC 8.5s linear infinite 1s;
  background:#35aaff;
}

.mf-mapmarker{transition:background .35s,transform .35s,box-shadow .35s}
.mf-mapmarker.status-online{background:#28d77f}
.mf-mapmarker.status-pickup{background:#ffc400}
.mf-mapmarker.status-delivering{background:#35aaff}
.mf-mapmarker.status-busy{background:#ff5b5b}
.mf-mapmarker.is-active{transform:scale(1.12)}

@keyframes mfV29Signal{70%{box-shadow:0 0 0 12px rgba(40,215,127,0)}}
@keyframes mfV29Feed{
  0%,100%{opacity:0;transform:translateY(8px)}
  10%,86%{opacity:1;transform:translateY(0)}
}
@keyframes mfV29FleetA{from{offset-distance:0%}to{offset-distance:100%}}
@keyframes mfV29FleetB{from{offset-distance:0%}to{offset-distance:100%}}
@keyframes mfV29FleetC{from{offset-distance:0%}to{offset-distance:100%}}

@media(max-width:1200px){
  .mf-v29-control{left:1.4%;top:15%;width:220px;transform:scale(.92);transform-origin:top left}
}
@media(max-width:900px){
  .mf-v29-control{display:none}
  .mf-v29-fleet__vehicle{opacity:.8}
}
@media(max-width:760px){
  .mf-v29-fleet{display:none}
}
@media(prefers-reduced-motion:reduce){
  .mf-v29-signal,.mf-v29-feed,.mf-v29-fleet__vehicle{animation:none!important}
}
