/* GestorPro V95.0 — Design tokens / fonte única da identidade visual */
:root {
  --bg: #F7FAFB;
  --panel: #FFFFFF;
  --panel-strong: #F7FAFB;
  --line: rgba(17, 24, 32, 0.12);
  --text: #111820;
  --muted: rgba(17, 24, 32, 0.62);
  --primary: #168D4C;
  --primary-dark: #0F6E3A;
  --primary-soft: rgba(22, 141, 76, 0.11);
  --accent: #168D4C;
  --accent-soft: rgba(22, 141, 76, 0.09);
  --metal-line: rgba(17, 24, 32, 0.13);
  --success: #168D4C;
  --warning: #A56F05;
  --danger: #C9433A;
  --sidebar: #FFFFFF;
  --sidebar-soft: #F7FAFB;
  --surface: #FFFFFF;
  --field: #F7FAFB;
  --field-strong: #FFFFFF;
  --shadow: 0 26px 70px rgba(17, 24, 32, 0.16);
  --shadow-soft: 0 10px 28px rgba(17, 24, 32, 0.08);
  --list-scroll-max: 430px;
  --table-scroll-max: 470px;
  --sidebar-width: 244px;
  --radius: 12px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
