/* TruthBear Design Tokens — April 2026 */
:root {
  /* Brand */
  --tb-primary: #312E81;
  --tb-primary-light: #3730A3;
  --tb-interactive: #4F46E5;
  --tb-interactive-hover: #4338CA;
  --tb-accent: #D97706;
  --tb-accent-hover: #B45309;
  --tb-accent-bg: rgba(217,119,6,0.10);

  /* Semantic */
  --tb-agree: #16A34A;
  --tb-agree-light: #4ADE80;
  --tb-agree-bg: rgba(22,163,74,0.08);
  --tb-disagree: #DC2626;
  --tb-disagree-light: #F87171;
  --tb-disagree-bg: rgba(220,38,38,0.06);
  --tb-neutral: #9CA3AF;

  /* Surfaces */
  --tb-bg: #FAFAF8;
  --tb-card: #FFFFFF;
  --tb-border: #E5E7EB;
  --tb-border-subtle: #F3F4F6;
  --tb-shadow: 0 1px 3px rgba(0,0,0,0.04);

  /* Sidebar */
  --tb-sidebar-text: #FFFFFF;
  --tb-sidebar-muted: #A5B4FC;

  /* Text */
  --tb-text: #1C1917;
  --tb-text-secondary: #6B7280;
  --tb-text-tertiary: #9CA3AF;

  /* Dimensions */
  --tb-sidebar-w: 208px;
  --tb-content-max: 1200px;
  --tb-card-radius: 8px;
  --tb-card-padding: 20px;

  /* Typography */
  --tb-font: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
