/* Tokens da Orquestração Híbrida.
   Fonte canônica: brandbook.yaml → tokens.digital (orquestracao-hibrida-brand-agent).
   O bloco entre @sync:inicio e @sync:fim é gerado — não editar à mão.
   Pra atualizar: node scripts/sync-tokens.mjs */
:root{
  /* @sync:inicio */
  --oh-cream: #F0EEE6;
  --oh-cream-light: #F7F5EF;
  --oh-graphite: #14161A;
  --oh-surface-dark: #202126;
  --oh-border: #35373C;
  --oh-muted: #777A7E;
  --oh-text-secondary: #AAA9A3;
  --oh-cyan: #30B0C7;
  --oh-cyan-hover: #45BDD1;
  --oh-cyan-active: #2499AE;
  --oh-terracotta: #C1552E;
  --oh-terracotta-hover: #D0643C;
  --oh-blue-editorial: #1C69D4;
  --oh-radius-button: 8px;
  --oh-radius-input: 8px;
  --oh-radius-card: 10px;
  --oh-radius-panel: 12px;
  --oh-radius-chip: 999px;
  --oh-shadow-panel: 0 8px 24px rgba(0,0,0,.22);
  --oh-focus: 0 0 0 3px rgba(48,176,199,.22);
  --oh-font-display: "Canela Condensed", "Bodoni Moda", serif;
  --oh-font-body: "IBM Plex Sans", sans-serif;
  --oh-font-mono: "IBM Plex Mono", monospace;
  /* @sync:fim */
}

/* Complementos locais da Trilha (não existem como token css no brandbook; editar aqui). */
:root{
  --oh-gold: #D4A843;       /* está na paleta do brandbook; usado pra "em andamento" */
  --oh-green: #4C9E77;      /* estado "feito", derivado do verde profundo da paleta */
  --oh-green-deep: #1E3A2F;
  --oh-surface-2: #26282E;
  --oh-alert: #C75454;      /* erro de validação em formulário */
}
