/* DrComputer brand override — Étape 3 v2 anthracite (27/05/2026) */
/* Cible : theme dark Cal.com (basculé en DB) + palette night-* charte DC */

:root, html.dark, html[data-theme="dark"] {
  /* Fonds anthracite DC (palette night-*) */
  --cal-bg: #1a1a1a;
  --cal-bg-muted: #222222;
  --cal-bg-subtle: #2a2a2a;
  --cal-bg-emphasis: #3a3a3a;
  --cal-bg-default: #1a1a1a;

  /* Brand accent rouge DC */
  --cal-brand: #DC2626;
  --cal-bg-brand: #DC2626;
  --cal-bg-brand-emphasis: #b91c1c;
  --cal-bg-brand-muted: #2a1a1a;
  --cal-bg-primary: #DC2626;
  --cal-bg-primary-emphasis: #b91c1c;
  --cal-bg-primary-muted: #2a1a1a;

  /* Inverted pour modals/tooltips clairs */
  --cal-bg-inverted: #f1ede8;

  /* Bordures anthracite */
  --cal-border-default: #3a3a3a;
  --cal-border-subtle: #2e2e2e;
  --cal-border-muted: #262626;
  --cal-border-emphasis: #525252;
}

/* Hard-override body pour le bg-default Tailwind */
body, html { background-color: #1a1a1a !important; }
.bg-default, .bg-subtle { background-color: #1a1a1a !important; }

/* Powered by Cal.com ceinture+bretelles */
[data-testid="powered-by-cal"], a[href*="cal.com/?utm"] { display: none !important; }
