/* ITD User Tools core design tokens.
 * Tokens only: no broad element styling.
 */
:root {
  --itd-ut-color-ink: #2f2e40;
  --itd-ut-color-text: #111827;
  --itd-ut-color-muted: #6b6b75;
  --itd-ut-color-border: #cfd6dd;
  --itd-ut-color-border-strong: #a8abb3;
  --itd-ut-color-panel: #eef3f4;
  --itd-ut-color-panel-soft: #f7f8fa;
  --itd-ut-color-error: #b42318;
  --itd-ut-color-error-border: #f0b8b8;
  --itd-ut-color-error-bg: #fff7f7;
  --itd-ut-color-success: #008357;
  --itd-ut-radius-card: 18px;
  --itd-ut-radius-field: 16px;
  --itd-ut-radius-pill: 999px;
  --itd-ut-shadow-card: 0 10px 28px rgba(0, 0, 0, 0.05);
  --itd-ut-focus-ring: 0 0 0 3px rgba(47, 46, 64, 0.08);
  --itd-ut-font-size-field: 16px;
}
