/* Tokens oficiais — BPO27 Brand Guide (secao 53.3 do prompt mestre).
   NAO alterar valores: assinatura visual = azul profundo + fundo claro
   + dourado pontual. */
:root {
  --brand-primary: #046B91;
  --brand-hover: #075EAD;
  --brand-strong: #07306C;
  --brand-dark: #041E42;
  --brand-mid: #2E5FA8;
  --brand-light: #D8E9F8;

  --teal: #499A9E;
  --gold: #DF9E51;
  --gold-soft: #F0CF8F;
  --green: #2D8B55;
  --green-soft: #ACD7BB;
  --red: #C0392B;

  --text: #0F172A;
  --text-secondary: #334155;
  --muted: #5F6B7B;

  --bg-page: #FFFFFF;
  --bg-section: #F8FAFC;
  --bg-soft: #ECF7F7;
  --bg-cold: #D8E9F8;
  --bg-warm: #FFF8EA;
  --bg-error: #FFEEEE;
  --bg-teal: #ECF7F7;

  --border: #CBD5E1;
  --border-soft: #D0D4DC;

  --ok-bg: #eef7f2;
  --ok-border: #acd7bb;
  --alert-bg: #FFF8EA;
  --alert-border: #F0CF8F;
  --error-bg: #FFEEEE;
  --error-border: #e8a9a9;
  --teal-bg: #ECF7F7;
  --teal-border: #a3d4d7;

  --font: "Segoe UI", Roboto, Arial, sans-serif;

  --shadow: 0 18px 50px rgba(11,44,107,.10);
  --shadow-soft: 0 10px 28px rgba(11,44,107,.08);
}
