/* File: theme-light.css | Generated: 2026-05-31 02:57 UTC+03:30 */
/* ════════════════════════════════════════════════════════════════════════
   THEME — LIGHT
   Only the neutral surface / text / line palette lives here. Nothing else.
   Applied when <html data-theme="light">.
   ════════════════════════════════════════════════════════════════════════ */

[data-theme="light"] {
  --bg:         #f4f5f7;   /* app background            */
  --bg-2:       #ffffff;   /* panels / cards            */
  --bg-3:       #eceef1;   /* inset controls / tiles    */
  --row:        #ffffff;   /* table row (odd)           */
  --row-alt:    #f7f8fa;   /* table row (even)          */
  --row-hover:  #eef0f3;   /* row / item hover          */
  --line:       #e2e5ea;   /* hairline borders          */
  --line-2:     #d2d6dd;   /* stronger borders          */
  --ink:        #14171c;   /* primary text              */
  --ink-2:      #3f4651;   /* secondary text            */
  --ink-3:      #6c7280;   /* muted text / labels       */
  --ink-4:      #a0a6b0;   /* faint text / empty dashes */
}

/* Driver-pill code cell: light surface in light theme (was dark) */
[data-theme="light"] .driver-pill .driver-code {
  background: #eceef1;
}

/* Telemetry / head-to-head gauge speed digits: dark in light theme (were white) */
[data-theme="light"] .tel-dial-svg text[fill="#ffffff"],
[data-theme="light"] .h2h-dial-svg text[fill="#ffffff"] {
  fill: #14171c;
}
/* File: theme-light.css | Generated: 2026-05-31 02:57 UTC+03:30 */
