/* vIRL shared gradient theme — tokens + gradient text utility.
   Linked by index, capture, verify, myproofs, privacy so the look stays in sync. */
:root{
  --sol-purple:#9945ff;
  --sol-blue:#19c2ff;
  --sol-green:#14f195;
  --grad:linear-gradient(100deg,var(--sol-purple),var(--sol-blue) 45%,var(--sol-green));
}
.grad{
  background:var(--grad);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
