/* Mirror of your Edge CSS, but for SCALE */
:root { --scale-accent:#10b981; }

body.scale .card {
  border: 1px solid var(--scale-accent);
  border-radius: 18px;
}

/* Accent fills for badges/CTAs if your base CSS reads these selectors */
body.scale .badge,
body.scale .cta {
  background: var(--scale-accent);
  color: #0b1020;
}

/* Link color accent (keeps the outline theme consistent) */
body.scale a { color: var(--scale-accent); }
