.bus-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:12px}.vehicle-board{display:grid;gap:8px;margin-bottom:12px}.vehicle-card{display:grid;grid-template-columns:54px 1fr auto;gap:10px;align-items:center;padding:11px 12px;border:1px solid var(--line);border-radius:14px;background:#fff}.vehicle-icon{width:46px;height:46px;border-radius:14px;background:#E8F5FB;color:#126DA6;display:grid;place-items:center;font-size:24px}.vehicle-card strong{font-size:12px}.vehicle-card small{display:block;margin-top:3px;color:var(--muted);font-size:9px}.stop-list{border:1px solid var(--line);border-radius:15px;background:#fff;overflow:hidden}.stop-row{display:grid;grid-template-columns:26px 1fr auto;gap:9px;align-items:center;padding:10px 12px;border-top:1px solid #EAF0EE}.stop-row:first-child{border-top:0}.stop-dot{width:12px;height:12px;border-radius:50%;border:3px solid #8FC9C4;background:#fff;position:relative}.stop-dot:after{content:"";position:absolute;top:9px;left:2px;height:29px;border-left:2px solid #D8E7E4}.stop-row:last-child .stop-dot:after{display:none}.stop-row strong{font-size:11px;color:var(--ink)}.stop-row small{color:var(--muted);font-size:8px}.compact{box-shadow:none;align-self:start;position:sticky;top:90px}.compact select{width:100%;min-height:40px;border:1px solid var(--line);border-radius:11px;background:#fff;padding:0 10px;font-size:11px}.near-stop{margin-top:10px;padding:11px;border-radius:12px;background:#F2F7F6;color:var(--muted);font-size:10px;line-height:1.5}@media(max-width:900px){.bus-layout{grid-template-columns:1fr}.compact{position:static}}

/* Transport supporting text readability */
.vehicle-card small,
.stop-row small,
.near-stop{font-size:11px}


/* Mobile header guard after clock readability update */
@media (max-width:420px){
  .module-head{
    padding-left:8px;
    padding-right:8px;
    gap:6px;
  }
  .module-title{min-width:0}
  .module-actions{
    min-width:0;
    gap:4px;
  }
  .refresh-btn{
    width:32px;
    padding:7px;
  }
}

/* OSM GPS are reference pins, not operator-confirmed stop locations. */
.stop-links{display:flex;flex-wrap:wrap;gap:5px;max-width:172px;justify-content:flex-end}.stop-gps{display:inline-flex;min-height:34px;align-items:center;padding:5px 9px;border:1px solid #b7d6cd;border-radius:9px;background:#eaf7f1;color:#17634d;font-size:11px;font-weight:700;text-decoration:none}.stop-gps.official{background:#eef3fa;border-color:#c7d5e8;color:#245383}@media(max-width:520px){.stop-row{grid-template-columns:16px minmax(0,1fr);gap:8px}.stop-links{grid-column:2;justify-content:flex-start;max-width:100%}.stop-row strong{font-size:13px}.stop-row small{font-size:11px;line-height:1.4}}
.gps-disclaimer{font-size:12px;line-height:1.55;color:#526b69;margin:6px 0 12px}
