@charset "UTF-8";/*!
  Custom SCSS - Terralytics Data Management
  Colour tokens - edit ONLY here to retheme the app.

  To recompile after editing:
    1. npm run vite:build
       (compiles this file -> static/css/custom.css)
    2. .venv\Scripts\python.exe manage.py collectstatic --noinput
       (syncs static/css/custom.css -> staticfiles/)

  Note: do NOT edit static/css/custom.css directly —
  it is overwritten by the build step above.
*/:root{--tdm-primary:#141d73;--tdm-secondary:#2e68c7;--tdm-secondary-border:#194559;--tdm-active:#141d73;--tdm-active-text:#2cf49e}.sidebar .nav-item.active>.nav-link{background-color:var(--tdm-active)!important;color:var(--tdm-active-text)!important}
