/* CSS Custom Properties (Variables) */
:root{
  --bg:#0b0f14; --tile:#101620; --edge:#1c2533; --ink:#eaf2ff;
  --bar:#0a121a; --barEdge:#1a2331;
  --pv:#27c46b; --b1:#70e3a6; --b2:#ffd866; --house:#3aa0ff; --muted:#8aa2c6;
  --red:#ff5c5c; --yellow:#ffd75e; --green:#36d275; --blue:#5cb3ff; --orange:#ff7a50;
}
