/* styles/variables.css — design tokens (tema fixo claro, dark mode removido) */
#top {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-2: #fafafa;
  --border: #ececec;
  --border-strong: #e0e0e0;
  --border-faint: #f0f0f0;
  --border-process: #d4d4d8;
  --text: #0a0a0a;
  --text-2: #52525b;
  --text-3: #71717a;
  --text-faint: #a1a1aa;
  --chip-text: #27272a;
  --btn-bg: #0a0a0a;
  --btn-fg: #ffffff;
  --btn-bg-hover: #262626;
  --header-bg: rgba(255, 255, 255, 0.78);
  /* painel de contraste (Filosofia + topo do Contacto) — sempre escuro */
  --contrast-bg: #0a0a0a;
  --contrast-text: #fafafa;
  --contrast-text-dim: #a1a1aa;
  --contrast-label: #71717a;
  --contrast-btn-bg: #fafafa;
  --contrast-btn-fg: #0a0a0a;
  --contrast-btn-bg-hover: #ffffff;
  --contrast-btn-border: #3f3f46;
}
