/* Plutus brand overlay — electric blue (#3296FF from the logo bar).
 * Doubled selectors (:root:root / .dark.dark) out-specify the bundle's :root
 * defaults regardless of stylesheet order. Deployed to /opt/plutus/brand/brand.css. */
:root:root {
  --primary: 211 100% 50%;
  --ring: 211 100% 50%;
}
.dark.dark {
  --primary: 211 100% 60%;
  --ring: 211 100% 60%;
}
