/* ── RisalaHub Theme: Midnight Blue ─────────────────────
   Azul marino profundo con acento dorado
──────────────────────────────────────────────────────── */
[data-theme="midnight"] {
  --accent:        #F0B429;
  --accent-light:  #FBBF24;
  --accent-muted:  rgba(240,180,41,.14);

  --bg-base:       #070B18;
  --bg-surface:    #0D1321;
  --bg-surface-2:  #121A2E;
  --bg-sidebar:    #050810;
  --bg-sidebar-hov:#0D1321;
  --bg-sidebar-act:#F0B429;
  --bg-header:     #0D1321;

  --text-1:        #E8EDF5;
  --text-2:        #7A8FA8;
  --text-muted:    #4A5C70;
  --text-side:     #7A8FA8;

  --border:        #162035;

  --shadow-sm:     0 1px 3px rgba(0,0,0,.50);
  --shadow-md:     0 4px 12px rgba(0,0,0,.60);
  --shadow-lg:     0 10px 30px rgba(0,0,0,.70);
}
