:root {
  color-scheme: dark;
  --bg: #03121f;
  --panel: rgba(7, 31, 54, 0.9);
  --panel-strong: #082842;
  --line: rgba(0, 174, 255, 0.34);
  --text: #e8f6ff;
  --muted: rgba(255, 255, 255, 0.74);
  --blue: #005799;
  --cyan: #00aeff;
  --deep: #04192b;
  --danger: #ff5d88;
  --ok: #46f6b1;
}

.primary-action,
.secondary-action,
.ghost-link {
  border-radius: 8px;
}
