/* tvt-dark.css - plain static file, NOT built by Tailwind/Turbopack. Dark
   mode is scoped with [data-dark], the same attribute src/app/globals.css
   uses for the app's built-in dark overrides (see [data-dark] there) - MUI's
   own --mui-palette-* variables already flip automatically with the theme,
   so most tvt.css rules never need a dark-only counterpart here. Add
   dark-only overrides below as needed. Hand-edit directly, reload to see
   changes - see tvt.css's header comment for how this file is loaded. */

[data-dark] {
  --mui-palette-background-default: #1c1c1c;
  --border-color: #434343;

  --mui-palette-background-paperChannel: 42 42 42;
  --backdrop-color: #0f0f0f99;
  --mui-mainColorChannels-dark: 242 242 242;
}



[data-dark] .apexcharts-legend-text {

  color: rgb(218, 218, 218) !important
}
