/* ---------------------------------------------------------------------------
   Mileage screens. Loaded on every page by base.html; the screens task fills it.
   Reuses the "Парк" tiles/cards/tables of style.css — only what that sheet has
   no equivalent for lives here (spec §17: "Новый CSS только дополняет").
   --------------------------------------------------------------------------- */

/* A tractor with neither orders nor telemetry this week: last group, visibly lighter. */
.tile-pale { opacity: 0.55; }

/* Freshness of the 1С/telemetry loads (history 77). */
.freshness { margin: 0 0 0.8rem; font-size: 0.9rem; color: var(--muted); }
.freshness-ok { color: var(--green); }
.freshness-warn { color: var(--yellow); font-weight: 600; }
.freshness-none { color: var(--red); font-weight: 600; }

/* Small info flags on a tile beyond the colour: "неполный", "не проверено", "план" (history 78). */
.tile-flags .flag { padding: 0.05rem 0.4rem; border-radius: 4px; background: var(--bg); color: var(--muted); }
.tile-flags .flag-yellow { background: var(--warning-bg); color: #92400e; }

/* Quality-gaps lists (history 81): keep long point/plate names from forcing horizontal scroll. */
.section ul { margin: 0; padding-left: 1.3rem; }
.section ul li { margin: 0.15rem 0; overflow-wrap: anywhere; }
