/* File: theme-dark.css | Generated: 2026-05-31 02:57 UTC+03:30 */
/* ════════════════════════════════════════════════════════════════════════
   THEME — DARK  (Live GP default)
   Only the neutral surface / text / line palette lives here. Nothing else.
   Applied when <html> has no theme attribute, or data-theme="dark".
   ════════════════════════════════════════════════════════════════════════ */

:root,
[data-theme="dark"] {
  --bg:         #08090b;   /* app background            */
  --bg-2:       #0d0f12;   /* panels / cards            */
  --bg-3:       #12151a;   /* inset controls / tiles    */
  --row:        #0f1216;   /* table row (odd)           */
  --row-alt:    #0b0e12;   /* table row (even)          */
  --row-hover:  #161a20;   /* row / item hover          */
  --line:       #1c2027;   /* hairline borders          */
  --line-2:     #262b33;   /* stronger borders          */
  --ink:        #f5f6f8;   /* primary text              */
  --ink-2:      #b6bac3;   /* secondary text            */
  --ink-3:      #6c7280;   /* muted text / labels       */
  --ink-4:      #444a55;   /* faint text / empty dashes */
}
/* File: theme-dark.css | Generated: 2026-05-31 02:57 UTC+03:30 */
