/* =============================================================
   AI Search Experts — Dark theme
   Applied via [data-theme="dark"] on <html> or <body>.
   Used by the website's theme toggle. Reports do not switch
   themes globally; they use page-dark on a single page only.
   ============================================================= */

[data-theme="dark"] {
  /* Surfaces */
  --aise-bg:        var(--aise-n-950);
  --aise-surface:   var(--aise-n-900);
  --aise-surface-2: oklch(22% 0.008 80);
  --aise-canvas:    var(--aise-n-950);

  /* Text */
  --aise-text:        var(--aise-white);
  --aise-text-muted:  var(--aise-n-400);
  --aise-text-subtle: var(--aise-n-500);
  --aise-text-on-accent: var(--aise-white);

  /* Borders */
  --aise-border:        rgba(255, 255, 255, 0.08);
  --aise-border-strong: rgba(255, 255, 255, 0.16);

  /* Interactive overlays */
  --aise-overlay-subtle: rgba(255, 255, 255, 0.03);
  --aise-overlay-hover:  rgba(255, 255, 255, 0.06);
  --aise-overlay-press:  rgba(255, 255, 255, 0.10);

  /* Selection */
  --aise-selection-bg: rgba(100, 180, 255, 0.30);
  --aise-selection-fg: var(--aise-white);
}
