/* line 5, app/assets/stylesheets/theme.scss */
:root,
[data-theme="dark"]:root {
  --page-bg: #0e1218;
  --bg: #0e1218;
  --bg-elev: #161c26;
  --bg-elev-2: #1d2531;
  --line: rgba(255, 255, 255, 0.10);
  --line-strong: rgba(255, 255, 255, 0.20);
  --text: #eaeef5;
  --text-muted: #97a3b4;
  --text-faint: #6c7a8d;
  --accent: #57dd88;
  --accent-ink: #06210f;
  --accent-soft: rgba(87, 221, 136, 0.14);
  --route: #6b95ff;
  --route-ink: #ffffff;
  --route-soft: rgba(107, 149, 255, 0.16);
  --bezel: #05070b;
  --shadow-lg: 0 32px 70px -20px rgba(0, 0, 0, 0.85);
  --shadow-md: 0 18px 40px -18px rgba(0, 0, 0, 0.75);
}

/* line 27, app/assets/stylesheets/theme.scss */
[data-theme="light"]:root {
  --page-bg: #f3f5f7;
  --bg: #f3f5f7;
  --bg-elev: #ffffff;
  --bg-elev-2: #e9edf2;
  --line: rgba(12, 20, 32, 0.11);
  --line-strong: rgba(12, 20, 32, 0.22);
  --text: #0d1520;
  --text-muted: #57647a;
  --text-faint: #78859a;
  --accent: #0a7a3c;
  --accent-ink: #ffffff;
  --accent-soft: rgba(10, 122, 60, 0.10);
  --route: #2258e0;
  --route-ink: #ffffff;
  --route-soft: rgba(34, 88, 224, 0.10);
  --bezel: #c3cad4;
  --shadow-lg: 0 32px 70px -24px rgba(13, 21, 32, 0.28);
  --shadow-md: 0 18px 40px -20px rgba(13, 21, 32, 0.22);
}
