/* Generado por scripts/generateTokensCss.ts — NO editar a mano. */
:root {
  --ground: #F3EFFC;
  --surface: #FFFFFF;
  --ink: #1E1B2E;
  --ink-muted: #5B5570;
  --action: #FF8A3D;
  --success: #1F8F5F;
  --risk: #FF5A6E;
  --tile-from: #7C5CD9;
  --tile-to: #A78BFA;
}

@media (prefers-color-scheme: dark) {
  :root {
    --ground: #14121F;
    --surface: #1B1830;
    --ink: #EDEAF8;
    --ink-muted: #A79FC4;
    --action: #FF8A3D;
    --success: #4ADE9A;
    --risk: #F0748F;
    --tile-from: #8C6EE0;
    --tile-to: #B39DFB;
  }
}
