/* UtilsBR design tokens — espelho de utils/public/app/css/tokens.css */
:root {
  --brand-primary: #663399;
  --brand-secondary: #ff9933;
  --bg-app: #eef2f7;
  --bg-surface: #ffffff;
  --text: #1a1a2e;
  --text-muted: #5c6370;
  --text-on-brand: #ffffff;
  --border: #d8dee9;
  --hover-tint: rgba(102, 51, 153, .08);
  --danger: #d64545;
  --ok: #2e9e5a;
  --radius: 10px;
  --radius-sm: 8px;
  --font: "Segoe UI", system-ui, Tahoma, sans-serif;
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --topbar-h: 48px;
  --topbar-touch: 36px;
  --nav-gap: 6px;
  --page-max: 1200px;
  --scrollbar-track: var(--bg-app);
  --scrollbar-thumb: #b8c0cc;
  --scrollbar-thumb-hover: #9aa3b0;
}

[data-theme="dark"] {
  --brand-primary: #ff9933;
  --brand-secondary: #ffb366;
  --bg-app: #2e323a;
  --bg-surface: #383d47;
  --text: #f0f2f5;
  --text-muted: #b4bac4;
  --text-on-brand: #fffaf5;
  --border: #4a5060;
  --hover-tint: rgba(255, 153, 51, .12);
  --danger: #ff7b7b;
  --ok: #5ecf8a;
  --scrollbar-track: var(--bg-app);
  --scrollbar-thumb: #5a6170;
  --scrollbar-thumb-hover: #6d7585;
}

/* Neutralize UA :visited purple — keep theme link color (kernel link-reset.css) */
a:visited {
  color: inherit;
}
