:root, [data-theme="light"] {
  --accent: #180ced;
  --accent-soft: rgba(24, 12, 237, 0.100);
  --accent-ink: #fff8f8;
}
[data-theme="dark"] {
  --accent: #180ced;
  --accent-soft: rgba(24, 12, 237, 0.180);
  --accent-ink: #fff8f8;
}
:root, [data-theme="light"] {
  --bg: #e4fbda;
  --bg-soft: #d6edd0;
  --bg-elevated: #f2fdee;
  --bg-input: #f6fdf3;
  --header-bg: rgba(228, 251, 218, 0.920);
  --line: rgba(0, 18, 61, 0.120);
  --line-strong: rgba(0, 18, 61, 0.200);
  --shadow: 0 16px 40px rgba(0, 18, 61, 0.080);
}
[data-theme="dark"] {
  --bg: #21231e;
  --bg-soft: #33352e;
  --bg-elevated: #52564b;
  --bg-input: #3e4038;
  --header-bg: rgba(33, 35, 30, 0.920);
}
:root, [data-theme="light"] {
  --ink: #00123d;
  --ink-strong: #00123d;
  --muted: #5f737e;
  --line: rgba(0, 18, 61, 0.120);
  --line-strong: rgba(0, 18, 61, 0.200);
}
[data-theme="dark"] {
  --ink: #e7fbde;
  --ink-strong: #ffffff;
  --muted: #9aa793;
  --line: rgba(231, 251, 222, 0.120);
  --line-strong: rgba(231, 251, 222, 0.200);
}
