/* Design tokens — dash_app_redesign_handoff.md §3 */
:root {
  /* Brand */
  --brand-700: #59663A;
  --brand-600: #6B7847;
  --brand-500: #7E8C54;
  --brand-400: #98A56F;
  --brand-200: #D9DFC7;
  --brand-100: #EEF1E6;

  /* Neutrals */
  --ink-900: #20251D;
  --ink-700: #495043;
  --ink-500: #73796E;
  --ink-300: #AEB4A9;

  --surface-app: #F4F5F0;
  --surface-panel: #FFFFFF;
  --surface-subtle: #F8F8F5;
  --surface-muted: #ECEEE8;

  --border-default: #DADDD4;
  --border-strong: #C4C9BD;

  /* Dark botanical sidebar */
  --sidebar-bg: #26301F;
  --sidebar-border: #303A29;
  --sidebar-ink: rgba(255, 255, 255, 0.84);
  --sidebar-ink-muted: rgba(255, 255, 255, 0.58);
  --sidebar-field: #1C2417;

  /* Functional */
  --info: #4F8293;
  --success: #55804B;
  --warning: #C99632;
  --danger: #B95D54;
  --accent: #B87855;

  /* Typography */
  --font-ui: Inter, "Source Sans 3", "IBM Plex Sans", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;

  /* Layout */
  --topbar-height: 58px;
  --sidebar-width: 240px;
  --details-width: 400px;

  /* Shape */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;

  /* Spacing */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;

  /* Effects */
  --shadow-card: 0 2px 8px rgba(31, 38, 27, 0.07);
  --shadow-float: 0 8px 24px rgba(31, 38, 27, 0.12);
}
