/* =============================================================
   bridge.css — Compatibilidade temporária

   Mapeia os tokens antigos do capte para os tokens do Lume.
   Garante que as páginas ainda não migradas continuem funcionando.

   DELETAR este arquivo quando a migração estiver 100% concluída.
   ============================================================= */

:root {
  /* Backgrounds */
  --bg:               #0a0a0f;
  --surface:          var(--surface-card);
  --surface2:         #1a1a24;

  /* Borders */
  --border:           #ffffff10;
  --border2:          #ffffff1a;

  /* Text */
  --text:             var(--text-primary);
  --muted:            var(--text-secondary);

  /* Accent */
  --accent:           #6366f1;
  --accent2:          #8b5cf6;

  /* Feedback */
  --green:            var(--feedback-positive);
  --yellow:           #eab308;
  --red:              var(--feedback-negative);

  /* Radius */
  --radius-sm:        3px;
  --radius:           5px;
  --radius-lg:        6px;

  /* Scrollbar */
  --scroll-thumb:       #ffffff18;
  --scroll-thumb-hover: #ffffff35;
}
