/* Shared design tokens for all mini-app pages. Keep this the single source
   of truth — pages used to redeclare :root individually and drifted (e.g.
   --danger existed on some pages but not others that needed it). */
:root {
  --bg: #0F1B1C;
  --card-bg: #16292A;
  --card-line: #234142;
  --ink: #E7F1F0;
  --ink-soft: #7FA3A2;
  --accent: #4FD1C5;
  --accent-bright: #A7ECE3;
  --accent-soft: rgba(79, 209, 197, 0.16);
  --danger: #E0725C;
  --relax: #2C4C4A;
  --ring-track: #1C3435;
  --grid-line: rgba(231, 241, 240, 0.06);
  --step-off: #1C3435;
}
