/* Generated by scripts/generate-design-tokens.mjs. Do not edit values here. */
:root {
  --brand: #F99635;
  --brand-hover: #ED8626;
  --brand-active: #E88020;
  --brand-ink: #98470D;
  --brand-on: #532C08;
  --brand-soft: #FFF2E4;
  --canvas: #F5F6F8;
  --surface: #FFFFFF;
  --surface-subtle: #F8F9FB;
  --row-hover: #FFFAF4;
  --text: #252932;
  --text-secondary: #526071;
  --muted: #687487;
  --placeholder: #687487;
  --icon-muted: #8B97A7;
  --line: #E3E7ED;
  --line-strong: #CCD3DE;
  --danger: #B53C33;
  --danger-soft: #FFF0ED;
  --warning: #92530A;
  --warning-soft: #FFF6E9;
  --success: #28755B;
  --success-soft: #ECF6F0;
  --info: #456384;
  --info-soft: #EFF4FA;
  --radius: 12px;
  --radius-control: 7px;
  --radius-badge: 4px;
  --radius-overlay: 16px;
  --shadow-card: 0 1px 2px rgba(24,39,62,.025), 0 4px 16px rgba(24,39,62,.025);
  --shadow-button: 0 1px 2px rgba(108,55,9,.10), inset 0 1px 0 rgba(255,255,255,.25);
  --shadow-overlay: -16px 0 64px rgba(24,39,62,.12);
  --focus-ring: 0 0 0 3px rgba(249,150,53,.24);
  --sidebar-width: 220px;
  --topbar-height: 64px;
  --row-height: 56px;
  --motion-fast: 140ms;
  --motion-panel: 200ms;
  --ease-standard: cubic-bezier(.2,.7,.2,1);
  --font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}
